Giter Club home page Giter Club logo

image-operate-'s Introduction

Image-Operate-

CSU software CV lab. Write by opencv for java

在Intelij idea中,project structure->Modules引入opencv for java的jar包依赖,这个包一般存在于\opencv\build\java 这个路径下,对应的dll文件在x64中。 在Run/Debug Configurations中 VM options写入:-Djava.library.path=src/resource

具体实验细节在《实验指导书》中。

  • 加载图片——>load image

    image-20201009181954995

    图像变换

  • 灰度图、膨胀、腐蚀及灰度图的傅里叶变换

image-20201009182054479

image-20201009182150539

  • 通用运算

    image-20201009182243753

  • 旋转、平移和缩放

    image-20201009182551617

图像增强

对比度增强

  • 对比度、亮度、log变换 、拉普拉斯算子

image-20201009182707910

  • 伽马变换

    image-20201009182803712

    直方图修正

  • 直方图均值化

    image-20201009182825535

    平滑

  • 单一滤波(左下为添加噪点后,右下为滤波后)

    image-20201009182920805

  • 高斯滤波

    image-20201009182939911

  • 双边滤波

    image-20201009182952738

  • 中值滤波

    image-20201009183005465

    锐化

  • sobel算子锐化、拉普拉斯锐化(左下为灰度图,右上为拉普拉斯锐化后,右下为Sobel锐化后)

    image-20201009183334046

边缘检测

  • Sobel算子边缘检测:左下;

    Scharr滤波器:右下;

    Laplace算子边缘检测:右上

image-20201009183514072

  • Canny算子边缘检测:左下;

    Hildreth算子边缘检测:右下;

    image-20201009183803291

image-operate-'s People

Contributors

softwarex4 avatar

Stargazers

 avatar

Watchers

 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.