Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
JzHuai0108 committed Oct 9, 2015
1 parent ad1830e commit 4658ed5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# ImageSegmentor
segment remotely sensed images into meaningful regions
segment remotely sensed images into meaningful regions.

This software has realized the following methods for segmentating images: graph based segmentation, quad tree segmentation, multiresolution segmentation, and two-stage segmentation, watershed, mean shift; also, mrf classification, primitive building extraction, change detection based on gradient correlation, histogram matching, intensity correlation and rosin automatic thresholding.

The release version has been tested to run successfully over windows XP, windows 7 operating systems. It is written by C++ language, compiled in Visual C++ 6.0.
# Dependencies
OpenCV 1.0 libraries are used to support some routines, such as region geometrical properties computation, morphological operations, k-means clustering. The GDAL library is used to read and write a host of image formats, *.tif, *.img, etc., and to produce vector files, such as *.shp. Both of OpenCV and GDAL are included in the package for easy compilation.

# Installation
(1) clone this package onto your computer
(2) Open the image.dsw file in the root directory in Visual C++6.0 compiler
(3) Compile and Debug. If there are linking problems, you may have to change the project settings to link libraries for GDAL and OpenCV.

More information about this package can be found at http://blog.csdn.net/pobudeyi/article/details/6074118
13 changes: 13 additions & 0 deletions README.md~
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ImageSegmentor
segment remotely sensed images into meaningful regions.

This software has realized the following methods for segmentating images: graph based segmentation, quad tree segmentation, multiresolution segmentation, and two-stage segmentation, watershed, mean shift; also, mrf classification, primitive building extraction, change detection based on gradient correlation, histogram matching, intensity correlation and rosin automatic thresholding.

The release version has been tested to run successfully over windows XP, windows 7 operating systems. It is written by C++ language, compiled in Visual C++ 6.0.
# Dependencies
OpenCV 1.0 libraries are used to support some routines, such as region geometrical properties computation, morphological operations, k-means clustering. The GDAL library is used to read and write a host of image formats, *.tif, *.img, etc., and to produce vector files, such as *.shp. Both of OpenCV and GDAL are included in the package for easy compilation.

# Installation
(1) clone this package onto your computer
(2) Open the image.dsw file in the root directory in Visual C++6.0 compiler
(3) Compile and Debug. If there are linking problems, you may have to change the project settings to link libraries for GDAL and OpenCV.

0 comments on commit 4658ed5

Please sign in to comment.