Question

Writing Vector Data for Use with OpenCV

  • 8 January 2019
  • 3 replies
  • 3 views

Badge +10

What format can I write to using FME so that my vector data can be read/processed with OpenCV?

I'm in the early stages of an image segmentation project to identify impervious cover data from aerial imagery but we're having some early issues getting my vector impervious cover data into a format that my computer science counterpart can use in OpenCV.

 

It seems like XML or GeoJSON would work, but I don't have any experience with OpenCV. Any ideas?

3 replies

Userlevel 4
Badge +30

Hi @carmijo

 

Did you check these Links bellow? There are two questions about OpenCV:

 

https://knowledge.safe.com/questions/84477/create-minimum-bounding-triangle.html

https://knowledge.safe.com/questions/33452/raster-erodedilate.html

 

 

Thanks,

Danilo

Badge +10

Hi @carmijo

 

Did you check these Links bellow? There are two questions about OpenCV:

 

https://knowledge.safe.com/questions/84477/create-minimum-bounding-triangle.html

https://knowledge.safe.com/questions/33452/raster-erodedilate.html

 

 

Thanks,

Danilo

Hi. I did, but unfortunately they weren't helpful for this question.
Badge +10

We ended up writing the data to GeoJSON and handed it over to the expert

Reply