Please can some one explain the javacv method for the pyrDown() method. I’m trying to convert opencv code in to javacv in there i found this method.
This is the code segment
51 Mat pyr, timg, gray0(image.size(), CV_8U), gray;
52
53 // down-scale and upscale the image to filter out the noise
54 pyrDown(image, pyr, Size(image.cols/2, image.rows/2));
Please can some one explain this.
You can do this like this
and the work that you trying to do is already done so I believe this could be great help to provide that javacv code for the square detection. this is the link.
http://pastie.org/3959600
try to go through this.