First time here? Check out the FAQ!

Ask Your Question
2

MatOfInt, MatOfFloat, etc...

asked Jan 8 '13

matt.hammer gravatar image

Are these Java convenience classes just for 1 X N matrices?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
3

answered Jan 8 '13

MatOfInt, MatOfFloat is classes that are inherited from Mat and has 1 channel of defined type and size 1xN. It is analog of std::vector<int>, std::vector<double>, etc in C++ code. This classes have been created for wrapping OpenCV C++ functions, that operate with std::vector<type>.

Preview: (hide)

Comments

Makes sense now - thank you

matt.hammer gravatar imagematt.hammer (Jan 8 '13)edit

Question Tools

Stats

Asked: Jan 8 '13

Seen: 2,149 times

Last updated: Jan 08 '13