Blob analysis programming codes on captured images
Hi! anybody can assist me in developing a simple blob analysis program via C#. The idea is I would want to do some image processing on a captured images (in this example, it'll be few coins). The picture of these coins are taken via digital camera. I would really much appreciate it somebody can help me in the blob analysis program.
Answers (1)
0
it shows me this error : localhost.SqlParameter does not contain a constructor that takes 2 arguments
in
param[0] = new localhost.SqlParameter("KeyWord", b[1].ToString());
this line...
0
Hi u can try like this
localhost.SqlParameter[] param = new localhost.SqlParameter[2];
param[0] = new localhost.SqlParameter("KeyWord", "Testing");
param[1] = new localhost.SqlParameter("PageSize", 20);
var objGetDetail = Obj1.GetDetail("SP_Related", param).Tables[0];