Skip to content

CAPTAIN-WHU/anisotropic-scale-junction-detector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASJ: Anisotropic Scale Junction Detection and Matching

License

ASJ is a novel compact geometric feature for characterising images.

If you use this code for research please cite:

@article{XXBZS17,
	author = {Xue, Nan and Xia, Gui-Song and Bai, Xiang and Zhang, Liangpei and Shen, Weiming},
	journal = {IEEE Transactions on Image Processing},		
	title = {{Anisotropic-Scale Junction Detection and Matching for Indoor Images.}},
	volume = {27},
	number = {1},
	pages = {78-91},		
	year = {2017}
}

Requirements

Building and using requires the following libraries and programs

OpenCV

The code has been tested on Ubuntu 14.04 and Windows 10.

Build instructions

git clone [email protected]:cherubicXN/anisotropic-scale-junction-detector.git
cd anisotropic-scale-junction-detector
mkdir build
cd build
cmake ..
make

Useage

Linux:

./ASJDetector ../example_image/im1.jpg

Windows:

ASJDetector.exe ../example_image/im1.jpg

Output file format

coming soon.

About

Anisotropic scale junction (ASJ) detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.0%
  • C 36.5%
  • CMake 0.5%