View Single Post
  #1   Spotlight this post!  
Unread 20-01-2017, 07:17
YairZiv's Avatar
YairZiv YairZiv is offline
Registered User
FRC #5951 (Makers Assemble)
Team Role: Programmer
 
Join Date: Oct 2016
Rookie Year: 2016
Location: Tel Aviv, Israel
Posts: 41
YairZiv is an unknown quantity at this point
Mat to SmartDashboard

Hello CD!
My team and I have created a vision code and we wanna check it. We'll know if it works by using the Imgproc.rectangle() on the image and if the rectangle is on the retroreflective lines we'll know if the processing worked. Problem is: Imgproc.rectangle() returns a Mat image. So we'd like to know if you can put a Mat in the SmartDashboard and if so, how do we do it?
Reply With Quote