All Projects → cynricfu → multi-band-blending

cynricfu / multi-band-blending

Licence: MIT license
A Python implementation of multi-band blending.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to multi-band-blending

Faster OpenCV 4 Raspberry Pi
A pre-compiled version of OpenCV 4 for Raspberry Pi optimized for deep learning / computer vision..
Stars: ✭ 46 (+31.43%)
Mutual labels:  opencv-python
Bitcamp-2019
Won the most innovative solution at Bitcamp 2019.🎖🎉
Stars: ✭ 15 (-57.14%)
Mutual labels:  opencv-python
VBT-Barbell-Tracker
A proof of concept app to optically track a barbell through its range of motion using OpenCV to give the lifter realtime feedback on concentric avg velocity, cutoff velocity, and displacement for a Velocity Based Training program.
Stars: ✭ 53 (+51.43%)
Mutual labels:  opencv-python
Opencv Python Tutorial
📖 OpenCV-Python image processing tutorial for beginners
Stars: ✭ 2,425 (+6828.57%)
Mutual labels:  opencv-python
visualize-voc-format-data
A simple utility programe to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.
Stars: ✭ 23 (-34.29%)
Mutual labels:  opencv-python
iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Stars: ✭ 35 (+0%)
Mutual labels:  opencv-python
Face-Detection-in-Python-using-OpenCV
Face Detection with Python using OpenCV
Stars: ✭ 123 (+251.43%)
Mutual labels:  opencv-python
real-time-face-recognition
Real Time Face Recognition using FaceNet and OpenCV
Stars: ✭ 19 (-45.71%)
Mutual labels:  opencv-python
Intrusion Detection
Whenever founds internet connectivity confirms is it you, if not log you off and send you image of intruder.
Stars: ✭ 24 (-31.43%)
Mutual labels:  opencv-python
CV
Computer Vision applications using #Python and #OpenCV
Stars: ✭ 19 (-45.71%)
Mutual labels:  opencv-python
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+43857.14%)
Mutual labels:  opencv-python
camera-live-streaming
Camera Live Streaming with Flask and Open-CV
Stars: ✭ 69 (+97.14%)
Mutual labels:  opencv-python
image-segmentation-auto-labels
A service to auto-generate masks for image segmentation
Stars: ✭ 22 (-37.14%)
Mutual labels:  opencv-python
Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+6794.29%)
Mutual labels:  opencv-python
epic-awesome-gamer
🍷 Gracefully claim weekly free games and monthly content from Epic Store.
Stars: ✭ 600 (+1614.29%)
Mutual labels:  opencv-python
homesecurity
Security camera with Raspberry pi and NVIDIA Jetson platforms
Stars: ✭ 141 (+302.86%)
Mutual labels:  opencv-python
OpenCV-Object-Tracking
Object Tracking Using OpenCV and Python Plus Comparing different Trackers
Stars: ✭ 32 (-8.57%)
Mutual labels:  opencv-python
scarecrow
A Raspberry Pi powered, distributed (edge) computing camera setups that runs a Tensorflow object detection model to determine whether a person is on the camera. A plugin model allows actions based on the detection, such as playing audio, turning on lights, or triggering an Arduino.
Stars: ✭ 87 (+148.57%)
Mutual labels:  opencv-python
opencv-python-tutorial
📖 OpenCV-Python image processing tutorial for beginners
Stars: ✭ 2,761 (+7788.57%)
Mutual labels:  opencv-python
Obstacle-Detection-and-Path-Planning
Processing an Image to find obstacles and the minimum path between two similar objects using OpenCV.
Stars: ✭ 61 (+74.29%)
Mutual labels:  opencv-python

Multi-Band Blending

A Python implementation of multi-band blending.

Dependencies

  • Python 2.7+
  • OpenCV 3.2.0

Run

python multi_band_blending.py -f FIRST -s SECOND -o OVERLAP [-S SIGMA] [-l LEVELS]
  -h, --help            show this help message and exit
  -H, --half            option to blend the left half of the first image and
                        the right half of the second image
  -f FIRST, --first FIRST
                        path to the first (left) image
  -s SECOND, --second SECOND
                        path to the second (right) image
  -o OVERLAP, --overlap OVERLAP
                        width of the overlapped area between two images, even
                        number recommended
  -l LEVELS, --levels LEVELS
                        number of levels of multi-band blending, calculated
                        from image size if not provided

References

http://pages.cs.wisc.edu/~csverma/CS766_09/ImageMosaic/imagemosaic.html

http://www.phototalks.idv.tw/academic/?p=1275

http://blog.csdn.net/real_myth/article/details/52343612

OpenCV samples: opencv/samples/python/lappyr.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].