Ask Your Question

SRIVIDYA's profile - activity

2018-07-09 03:28:57 -0600 asked a question what is the function of cvRound?

what is the function of cvRound? i did not find any answers related to the functioning of cvRound

2018-07-09 02:42:47 -0600 commented question What does this line do in plotting?

What are the parameters for x and y axis in this line?

2018-07-09 02:28:24 -0600 asked a question What does this line do in plotting?

What does this line do in plotting? line(histImage, Point(bin_w(i - 1), hist_h - cvRound(hist.at<float>(i - 1))),

2018-06-25 02:23:02 -0600 commented answer imread is not getting identified in visual studio whereas cvloadimage is getting identified in the following code

the path is correct as, it is running if i use cvloadimage

2018-06-25 02:14:12 -0600 commented answer imread is not getting identified in visual studio whereas cvloadimage is getting identified in the following code

When i did that i am getting this runtime error: OpenCV Error: Assertion failed (scn == 3 || scn == 4) in cv::cvtColor,

2018-06-25 01:54:26 -0600 asked a question imread is not getting identified in visual studio whereas cvloadimage is getting identified in the following code

imread is not getting identified in visual studio whereas cvloadimage is getting identified in the following code #inclu