Summarization and VC Implementation of Common Threshold Segmentation Methods for Gray Image

Links to the original text: http://www.cnblogs.com/hustkks/archive/2012/04/13/2445708.html   Summarization and VC Implementation of Common Threshold Segmentation Methods for Gray Image Classification: image processing OpenCV 2011-11- ...

Posted by nmcglennon on Sat, 20 Jul 2019 09:09:40 +0200

opencv image gradient

Learn image gradients, image boundaries, etc. The functions used are cv2.Sobel(), cv2.Schar(), cv2.Laplacian(), and so on. principle The_gradient is simply derivation, and OpenCV provides three different gradient filters, or high-pass filters: Sobel, Scharr, and Laplacian.Sobel, Scharr actually implements the first or second derivatives.S ...

Posted by lur on Wed, 10 Jul 2019 18:39:26 +0200

opencv Actual Warfare, Search for 4 Welding Joints of Steel Plate, Help

The fourth picture makes spark, because there is spark interference in the welding process, and it has a great impact. Sparks have a great influence on the image. Large sparks directly affect some characteristics of steel plate. My first idea is to use contour extraction to calculate the contour area. In a certain range, I think that the ...

Posted by NS on Fri, 05 Jul 2019 03:30:42 +0200

Mac environment, install OpenCV, VScode debugging C++ program

background Recently, OpenCV, a code related to image recognition, has been studied. To facilitate debugging, a debugging environment for debugging c++ programs on Mac has to be set up.I'm running away. Share it with you. Environmental Science Mac OS 10.14.5 xcode-select v2354 Visual Studio code 1.35.1 OpenCV 3.4.5 Clang 1001.0.46.4 CMake 3.14 ...

Posted by FluxNYC on Thu, 27 Jun 2019 18:18:20 +0200

MFC+VS2012+Image/Video+Function

Creating mfc with vs is easier than qt, but the interface is far less attractive. 0 Create Solutions 1 Configuration environment Add two files that need to use opencv http://download.csdn.net/detail/songzige/9477119 Add it to the header file and source file, respectively In... Add several include references to the.Dlg.h file: #include ...

Posted by Fari on Sun, 09 Jun 2019 21:23:15 +0200

Python OpenCV3 Image Operation

Today let's look at how OpenCV3 operates on images. Image operations are mainly based on various coordinate transformations of images, such as scale transformation, rotation transformation, translation transformation and offset transformation (horizontal or vertical). These transformations are all directed at the coordinates of images, not the ...

Posted by seans9 on Fri, 24 May 2019 19:49:21 +0200

The Ultimate Successful Version of caffe(cpu) Configuration

Preface After dozens of caffe installation experiences, I finally have a deeper understanding of its installation process and know how to avoid some bug s. Let me restart it first. If we can get into ubuntu normally, let's describe the configuration process in detail. (Because the previous configuration was successful, even ub ...

Posted by dsdintn on Thu, 16 May 2019 22:24:37 +0200

Photoshop algorithm with OpenCV (1): image rotation

https://blog.csdn.net/c80486/article/details/51867128 For a photo, the general processing steps of PS include: 1. Rotate the picture and correct the position. 2. Cut, resize and reconstruct. 3. Adjust the color order and curve to make the pictures exposed correctly and contrast moderately. 4. Adjust contrast and saturation 5. S ...

Posted by pr0x on Sun, 12 May 2019 13:37:37 +0200

Use of kinect2 in VS

Use of kinect2 in VS 1. Download and debug the kinectV2 software development kit 1.1 Installation 1.2 Debugging 2. Download and installation of VS2013 2.1 Download 2.2 Installation 3. Installation configuration of opencv 3.1 Configuring environment variables 3.2 opencv Configuration in VS 3.3 New vs Project Test Configur ...

Posted by siri_suresh on Sat, 11 May 2019 03:01:58 +0200

opencv-3.4.1 + qt-5.6.3 + vs2015 + cmake-3.11.1 Install opencv [Illustration]

1. Prepare: 1.cmake-3.11.1-win64-x64 https://cmake.org/files/v3.11/  2.qt-opensource-windows-x86-msvc2015-5.6.3  3.vs2015  4.opencv-3.4.1-vc14_vc15.exe   https://github.com/opencv/opencv/releases/tag/3.4.1 2. Install software: 1.cmake installation (unzip to use) 2.qt installation, also install WDB http://www.codemac ...

Posted by romanali on Fri, 10 May 2019 17:19:22 +0200