locked
OpenCV data structure?? RRS feed

  • Question

  • i was asking by myself should i ask this question or not. Because my question asking Period is finish unless it's to much complex. 

    with that being said. 

    http://docs.opencv.org/2.4/modules/core/doc/basic_structures.html#datatype

    Here data structure of OpenCV. But i want to know how and when it's used. Because i have seen any used of this !

    Thanks 

    Tuesday, February 9, 2016 7:15 PM

Answers

  • Hi,

    According to your article. I think you should use data structure of OpenCV when you need to tell OpenCV which data type(NO primitive OpenCV data type ) you are working with. You can use the template class <tt class="docutils literal">DataType<complex<_Tp> > to use.</tt>

    Best Regards,

    Hart

    • Edited by Hart Wang Wednesday, February 10, 2016 3:24 AM
    • Marked as answer by Thomas Hopes Wednesday, February 10, 2016 3:45 AM
    Wednesday, February 10, 2016 3:24 AM

All replies

  • Hi,

    According to your article. I think you should use data structure of OpenCV when you need to tell OpenCV which data type(NO primitive OpenCV data type ) you are working with. You can use the template class <tt class="docutils literal">DataType<complex<_Tp> > to use.</tt>

    Best Regards,

    Hart

    • Edited by Hart Wang Wednesday, February 10, 2016 3:24 AM
    • Marked as answer by Thomas Hopes Wednesday, February 10, 2016 3:45 AM
    Wednesday, February 10, 2016 3:24 AM
  • Hart Cheng

    sorry for asking this Consing question. I solved it. 

    Thanks 

    Wednesday, February 10, 2016 3:55 AM
  • I request to delete this thread to in future any newbie don't get confuse. 

    Thanks

    Wednesday, February 10, 2016 3:57 AM