Code Monkey home page Code Monkey logo

opencv.meanshift's Introduction

#1.Introduction

Hi, here is part of my current project and I hope this would be helpful. Some of the code is from opencv samples or other open source projects. I will try my best to include the origin source for every tiny tool and please contact me if you find something wrong.

Development Environment: opencv 2.3, Ubuntu 11.10 amd64, gcc 4.6.1 Please refer to here for details

More information can be found on my website

#2.Tool detials

This includes a filter and cluster, proposed in D. Comaniciu, “Mean shift: A robust approach toward feature space analysis,” Analysis and Machine Intelligence,, vol. 24, no. 5, pp. 603-619, 2002. This code can be used as image segmentation. The filtering part comes from here, because the build-in function PyrMeanShiftFiltering comes up with bad result!(You can refer to my own question) The clustering part is mainly based on EDISON system Attention: In openCV, RGB2LUV is not exactly correct! One more map is used to make the data structure fit so I introduce a hack in the code.

#3.Lisence

You can use the code in the way whatever you like, but I will be very pleased if you can send me back your comments or include this github project in your work(Maybe in the code comments, aha~).

Author: Kanglai Qian

#update

  1. I upload a visual studio 2010 project setting for the project. Please modify your own system path for opencv 2.4

  2. Replace Lab for Luv because of the color converation problem.

opencv.meanshift's People

Contributors

qiankanglai avatar

Watchers

James Cloos avatar 心跳 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.