Skip to content

Horizon1026/Image_Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrayImage Processor

Intergration of some simple image processor method.

Components

  • General kernel transform
  • Census transform
  • S-Census transform
  • Gabor transform
  • Gauss transform

Dependence

  • Slam_Utility

Compile and Run

  • 第三方仓库的话需要自行 apt-get install 安装
  • 拉取 Dependence 中的源码,在当前 repo 中创建 build 文件夹,执行标准 cmake 过程即可
mkdir build
cmake ..
make -j
  • 编译成功的可执行文件就在 build 中,具体有哪些可执行文件可参考 run.sh 中的列举。可以直接运行 run.sh 来依次执行所有可执行文件
sh run.sh

Tips

  • 欢迎一起交流学习,不同意商用;

About

Intergration of some simple image processe method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors