Code Monkey home page Code Monkey logo

imageprocessforbmp's Introduction

Image Process for BMP

本项目为大二上学期(2020.9)《图像处理》课程作业一的实现,趁摸鱼的兴致整理出来。

image-20220130174515876

项目简介

本项目的c++版本没有调用任何图像处理库函数来进行读取、显示、存储图像,自己造轮子封装了一个类,能对任意尺寸的bmp格式图像进行以下操作:

  • 读取
  • 显示图像与对应颜色分布直方图
  • 存储
  • 将像素数据写入文本文件

matlab版本因为时间关系不太完善。也是因为时间关系,两份代码的直方图部分不太完善,有些bug。仅供参考。

虽然这个任务当时布置得有些离谱,没有考虑到超出了我们的能力范围,但是每天研究bmp的日子还是让我短暂地成为了bmp专家。当然现在已经忘得差不多了。

知识总结

我当时整理的不同位深bmp图像的思维导图:

image-20220130175259856

演示视频

这里

可能遇到的问题

image-20220130233347607

因项目大小限制没有一并上传。将opencv_world440d.dll这个文件放到c++\x64\Debug路径下即可。

imageprocessforbmp's People

Contributors

wenretium 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.