Milinda Pro
Pages
(Move to ...)
Home
Java
C#
Visual Studio
C++
Videos
▼
Simple AForge.net tutorial - getting start with AForge
›
AForge.NET is a powerful C# framework designed for the fields of Computer Vision and Artificial Intelligence, image processing, neural ...
9 comments:
Debug PHP code in Netbeans
›
Netbeans is a powerful IDE for PHP and many other development environments. is it possible to debug your PHP project in Netbeans? run you...
Convert Opencv Mat to C# Bitmap
›
Conversion from Opencv Mat to C# bitmap isn't a difficult task. But this conversion needs to be done from the primitive level of bot...
Convert C# Bitmap to Opencv Mat
›
Conversion from C# bitmap to Opencv Mat isn't a difficult task. But this conversion needs to be done from the primitive level of both ...
OpenCV Filters - dilate
›
Dilates an image by using a specific structuring element. C++: void dilate(InputArray src, OutputArray dst, InputArray kernel, Point a...
OpenCV Filters - copyMakeBorder
›
Forms a border around an image. C++: void copyMakeBorder(InputArray src, OutputArray dst, int top, int bottom, int left, int right, int b...
OpenCV Image Filtering
›
This article describes OpenCV Image filtering functions with code examples and sample images. Adaptive Bilateral Filter - cv::adaptiveBil...
OpenCV Filters - boxFilter
›
Blurs an image using the box filter. C++: void boxFilter(InputArray src, OutputArray dst, int ddepth, Size ksize, Point anchor=Point(-1...
‹
›
Home
View web version