dajuric / accord-net-extensions

Advanced image processing and computer vision algorithms made as fluent extensions and built for portability
343 stars 284 forks source link

plan for supporting Kinect ? #12

Closed AvenSun closed 9 years ago

AvenSun commented 9 years ago

This is a great library ! Thanks for doing such amazing work! I noticed that CameraCapture has been implenmented, Do you have some plan for implenmenting features about Kinect ? Thanks!

dajuric commented 9 years ago

Thanks for the comment.s

Currently, I do not have any plans with Kinect, primarily because I do not own Kinect, thus it would be hard to debug a library. (I would need a cooperation).

Besides the Kinect, what other features are you interested in ? (generally I am asking for comments)

AvenSun commented 9 years ago

Hi, Recently I'm working on a small app about object detection and tracking with this framework. cuz Kinect has its own image data format, I found it's a little unefficient when converting to Bgr< T > or other format. I'm not good at C#, this might be one reason. >_< if you need,I would like to make contribution to this framework about test on Kinect when you're ready. as for framework, I think we should focus on performace and portability. as for me, I have deep interest in object detection and recognition. I've read some papers about detection, I think DPM(Deformable Part Model) is a better and robust algorithm except detection with deep learning. I didn't find c# version, maybe it's a good start.

dajuric commented 9 years ago

Hi, of course, a Kinect contribution is welcome as long it conforms with the current design and it is portable. We can discuss about it via email.

Regarding the performance and portability, can you be more specific ? I would laso like that the framework is as portable as it could be, but I need some feedback.

Regarding the DPM, what are your plans regarding this (for me it is unclear what are you targeting) ?

We can move discussion to e-mail (darko.juric2 [at] gmail.com)

Best regards, Darko