¡@

Home 

c++ Programming Glossary: m.at

opencv multi channel element access

http://stackoverflow.com/questions/1824787/opencv-multi-channel-element-access

the element like this Mat m Size 3 3 CV_32FC2 Vec2f elem m.at Vec2f row col or m.at Vec2f Point col row elem 0 1212.0f elem.. Mat m Size 3 3 CV_32FC2 Vec2f elem m.at Vec2f row col or m.at Vec2f Point col row elem 0 1212.0f elem 1 326.0f float c1 m.at.. Vec2f Point col row elem 0 1212.0f elem 1 326.0f float c1 m.at Vec2f row col 0 or m.at Vec2f Point col row float c2 m.at Vec2f..