Skip to content

eiriklid/Image-Segmentation-MOEA

Repository files navigation

Image-Segmentation-MOEA IT3708 Project 3

Sufficient to get full score for segmentations.

TODO:

  • Få tak i RGB for pixel
  • RGB-Distanse mellom piksler
  • Putte pixel i segment-set(Lage genotype)
  • Fitness for segment
    • Find centroid(average)
    • Find border-pixels
    • For pixel find neighbour pixels
      • dynamic? vector!
      • make 4 & 8(n-boxses) neighbourhood
      • Iterator for point_vec_t
  • Find neighbour-segments of segment
    • Check if neighbour
    • Get all neighbours
  • Initialize Solution
  • Mutation
    • Merge
      • put segment together
      • Check for conectivity
    • Split
  • Crossover
    • sort segment from best to worse
    • [?] Fix "broken" segments
  • Fitness for Solution
    • overall deviation
    • edge value
    • connectivity measure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published