Ask Your Question

Entreco's profile - activity

2013-05-15 09:24:15 -0600 commented answer Color constancy in different illumination condition

Thanks for the source code! Awesome

2013-05-15 08:31:37 -0600 received badge  Supporter (source)
2013-05-15 08:29:34 -0600 answered a question Matrix multiplication

The * operator is available by this function:

cvMul(<#const CvArr *src1#>, <#const CvArr *src2#>, <#CvArr *dst#>)

For documentation look here: http://opencv.willowgarage.com/documentation/operations_on_arrays.html#mul