


Thank you so much for maintenance!
Bruno
I am again feeling the coding bug, and maintenance was just the thing to clear out the cobwebs.bbanelli wrote:Thank you so much for maintenance!
Thank you my friend.AAT wrote:JHPJHP, Merry Christmas!
I wish you health, good luck and new interesting projects!
Download the following OpenCV package from my website: OpenCV_2.4.13.6_WIN_32_SRC_(main)Michael Vogel wrote:Seems that the OpenCV libraries are doing a lot of stuff...
Some days ago I started to write a simple stretch function to be used as an external program for the Faststone Viewer to correct the perspective of photos. It uses the magick library (parameter -distort Perspective) for now but the lib is very large for this tiny stuff...
...can you tell me how to do a simple stretch for calculating a trapezium to a rectangle (or vice versa)?
Code: Select all
"hAPI = TesseractInit(#PSM_AUTO, #OEM_TESSERACT_ONLY, #PB_Compiler_FilePath + "binaries/tesseract/tessdata/", "eng", #Null$)"
Code: Select all
"hAPI = TesseractInit(#PSM_AUTO, #OEM_TESSERACT_ONLY, #PB_Compiler_FilePath + "binaries/tesseract/tessdata/", "fra", #Null$)"
Code: Select all
" If TessBaseAPIInit1(hAPI, dictionarypath, language, OEM, @CFG, 1) : TessBaseAPIEnd(hAPI) : Else : ProcedureReturn hAPI : EndIf"
Are you downloaded only CV_Canny.pb ?I have read the first post and have downloaded the CV_Canny.pb which does not run on my MAC.
I think you can use opencv on the MAC.collectordave wrote:Can OpenCV be used on the MAC?