Hi Elroy, I'm trying to motivate people to create a ImageComputerVision in PureVB6, and know about if someone done it.
Aforge.net is C# and a good start to make a VB6 library, but my intention is PureVB6 and not a wrapper, wrapper have in web like this:
Professional Image Modifier 2 Dave A. Gordon
https://code.msdn.microsoft.com/vstu...hId=1920673660
"https://code.msdn.microsoft.com/vstudio/Professional-Image-280a2421/sourcecode?fileId=107118&pathId=1920673660"
this example with Aforge.net use SUSAN Corners Detector and VB.NET and some examples have source-code others the compiled dll.
Elroy you can convert Algoritms of other Languague like C#, C++ , Python, Java, Jscript or Matlab to VB6?
i found many open-source image libraries on the web, greate alogrithms or samples, but not can convert to vb6.
I think if you can make the basis of Libary with 2 or 4 algorithms in a free to commercial use open-source, other people can add more features.
i am like corners detectors: SUSAN, FAST, AGAST
edge detection: SUSAN, CANNY, SOBEL
contour DualContour (DC) : DualContouring
image: KNN nearest neighbor, kmeans, image segmentation, image clustering
thereshould: otsu thereshould, diferentialThereshould, others
i can put the list here antoher moment, the ACCORD.NET have more algorithms that AForge.net (Accord is other version of Aforge)
if you look the source-code of ACCORD.NET you understand, but i can speak the name of most important algorithms not found in VB6 on the web.
thanks.