Download opencv 4 4 0
Author: d | 2025-04-24
Free Download. Security Status. Review; Screenshots; Change Log; Old Versions; Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) IP Webcam on OpenCV for Java. 0. Android Phone Ip webcam app doesn't work with openCV in java. 4. Streaming from IP camera using OpenCV. 3. Android JavaCV Camera2. 0. Cannot
OE 4. OpenCV 4 opencv/opencv Wiki - GitHub
For a number of different reasons, you might want/need to build OpenCV from scratch instead of using the pre-built and official libraries provided by OpenCV. Since you’ve ended up reading this post, there’s a good chance that you already know why you might need to do this, but if you don’t, you can check out my similar post from a couple of years ago for some answers on this. That post was based on OpenCV 3.3 which is considered out-of-date these days, especially with OpenCV 4 out in the market (OpenCV 4.0.1 at the time of writing this article), so I decided to write a new tutorial to address some of the differences. So without without further ado, here we go. Please note that this tutorial is written with Windows users in mind but you should be able to build with “almost” the same steps under Linux and macOS as well. You just need to convert the steps with MinGW to default make command in Linux/Unix.First things first, the prerequisites for building OpenCV 4.x for Android are:OpenCV 4.x source codes of course (You can get them here in a zip file if you choose sources instead of pre-built binaries or you can clone then from here, I’ll use OpenCV 4.0.1 just for reference)CMake (Get the latest version from CMake website, I’ll use CMake 3.13.3)Get MinGW (If you’re a Qt fan and you want to use it for building Android app, Qt installer includes MinGW by default so you can use that one, otherwise refer to the official MinGW website to get it)Android Studio (It’s available here, download the latest version available.)Use SDK manager in Android Studio to get the latest Android SDK and NDKImportant note for OpenCV version 4.0.1 prerequisites: You’ll need Android NDK Revision 16b for properly building this The name of the virtual environment. To exit the virtual environment, use the deactivate command.Once inside the virtual environment, you can now install OpenCV. Execute the command below.pip3 install opencv-pythonInstall OpenCV with pipFrom the image above, you can see we have successfully installed OpenCV version 4.5.1.48. That’s it! You are done with OpenCV installation. To test OpenCV in your project, skip to the Test section at the bottom of the article.Method 2: Install OpenCV from the sourceIf you need a full installation of OpenCV, which includes patented algorithms, then you should use this method. Unlike the pip install method, which only takes a couple of minutes, compiling OpenCV from the source can take around two (2) hours. Follow the steps below:Step 1. Activate your virtual environment with the workon command below.workon sbb_cvStep 2. Download the source code for both OpenCV and Opencv_contrib from Github. Use the wget commands below.wget -O opencv_contrib.zip -O opencv.zip you get an error like ‘wget command not found,’ then you will need to install it with the command – sudo apt install wgetStep 3. We need to unzip the contents of the two files we downloaded. Use the unzip command as shown below:unzip opencv.zipunzip opencv_contrib.zipStep 4. After extracting the zip files, we will have two folders – opencv-4.5.2 and opencv_contrib-4.5.1. Let’s rename these two to something memorable like opencv and opencv_contrib.mv opencv-4.5.2 opencvmv opencv_contrib-4.5.1 opencv_contribRename foldersStep 5. Compiling OpenCV can be quite heavy on the Raspberry Pi memory. To avoid freezing or hanging, we can increase the SWAP space and utilize all four cores of the Pi in the compiling process. To do so, we will edit the dphys-swapfile present in the /etc. directory. Execute the command below to open dphys-swapfile with the nano editor.sudo nano /etc/dphys-swapfileFind the line – CONF_SWAPSIZE and set its value toopencv/CMakeLists.txt at 4.x opencv/opencv - GitHub
OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library. OpenCV-Python is a Python wrapper for the original OpenCV C++ library. Let’s see how it install OpenCV in python.IntroductionOpenCV enables users to perform image and video processing tasks with ease. In this blog post, we will provide a step-by-step guide on installing OpenCV-Python in various operating systems, including Windows, macOS, and Linux. We will also cover some common issues that users may encounter during the installation process.1. Pre-requisitesBefore installing OpenCV-Python, ensure that your system meets the following requirements:Python 3.6 or later installed (You can download Python from (Python Package Installer) installed with your Python distribution2. Install opencv pythonThe easiest way to install OpenCV-Python is by using pip. The commands are the same for all operating systems. Open a terminal or command prompt and enter the following command:pip install opencv-pythonTo install the package with additional contrib modules (which provide extended functionality), use:pip install opencv-contrib-python3. Verifying the Installation:Once the installation is complete, you can verify it by running a simple Python script. Open your Python IDE or create a new Python file and enter the following code:import cv2print("OpenCV-Python Version:", cv2.__version__)If the installation was successful, running the script will display the OpenCV-Python version.4. Installation on Various Operating SystemsWhile the pip command works across different platforms, there might be some OS-specific considerations when installing OpenCV-Pythona) Windows:On Windows, the process is straightforward. Just follow the steps mentioned above in 2. Installing OpenCV-Python to install OpenCV-Python using pip.b) macOS:On macOS, you may need to install additional libraries before installing OpenCV-Python. Run the following command to install Homebrew, a package manager for macOS:/bin/bash -c "$(curl -fsSL installing Homebrew, install the required libraries using the following command:brew install pkg-config libffi glibNow, proceed with the pip installation as described in 2. Installing OpenCV-Python.c) Linux:On Linux, you may need to install some additional libraries before installing OpenCV-Python. For Ubuntu/Debian-based systems, run the following command:sudo apt-get update && sudo apt-get install -y libsm6 libxext6 libxrender-devFor CentOS/Fedora-based systems, use the following command:sudo yum install libXext libSM libXrenderAfter installing the required libraries, proceed with the pip installation. Free Download. Security Status. Review; Screenshots; Change Log; Old Versions; Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) IP Webcam on OpenCV for Java. 0. Android Phone Ip webcam app doesn't work with openCV in java. 4. Streaming from IP camera using OpenCV. 3. Android JavaCV Camera2. 0. Cannotopencv/cmake/OpenCVDownload.cmake at 4.x opencv/opencv
12,141 topics in this forum Sort By Recently Updated Title Start Date Most Viewed Most Replies Custom Filter By All Solved Topics Unsolved Topics Prev 1 2 3 4 5 6 7 Next Page 2 of 486 _LevenshteinDistance By WarMan, February 14 1 reply 317 views AspirinJunkie February 15 Run binary 1 2 3 4 11 By trancexx, August 3, 2009 210 replies 155.5k views Damnatio February 11 AutoIt parser in AutoIt By genius257, February 8 parser ast 6 replies 524 views genius257 February 10 Ternary Operators in AutoIt By TreatJ, February 9 8 replies 357 views Werty February 9 QuickLaunch alternative for Windows 11 By dv8, January 13 4 replies 848 views hughmanic February 9 Installer for execute a3x-Files By Schnuffel, January 25 8 replies 636 views Schnuffel February 9 SoundTool Playback Devices Mute Status (Auto Unmute if Muted) By TreatJ, February 6 12 replies 426 views TreatJ February 9 GUIFrame UDF - Melba23 version - 19 May 14 1 2 3 4 8 By Melba23, September 10, 2010 142 replies 110.1k views WildByDesign February 8 _ArrayCopyRange By WarMan, February 4 _arraycopyrange array 0 replies 468 views WarMan February 4 OpenCV v4 UDF 1 2 3 4 9 By smbape, August 10, 2021 opencv 174 replies 48.5k views k_u_x February 2 RustDesk UDF By BinaryBrother, December 30, 2024 13 replies 1.7k views BinaryBrother January 26 Advanced Icon Displayer In Listview By Zohran, March 25, 2012 12 replies 5.4k views manpower January 25 Screen scraping 1 2 3 By Nine, August 20, 2021 47 replies 14.9k views BinaryBrother January 23 Smtp Mailer That Supports Html And Attachments. 1 2 3 4 39 By Jos, March 28, 2006 763 replies 442.6k views SenfoMix January 21 The Taquin Puzzle By Numeric1, January 20 0 replies 375 views Numeric1 January 20 _RunWaitEx() UDF By argumentum, January 18 runwait 0 replies 430 views argumentum January 18 Multi-Task (easily run and mange many processes) 1 2 By Gianni, January 28, 2018 multi-task 22 replies 11.3k views water January 16 Extended Message Box - New Version: 16 Feb 24 1 2 3 4 19 By Melba23, January 29, 2010 360 replies 221.6k views BinaryBrother January 15 Conway's Game of Life: A Fascinating Cellular Automaton By Numeric1, January 13 0 replies 326 views Numeric1 January 13 The GASP Game By Numeric1, January 9 7 replies 503 views orbs January 13 Round buttons By ioa747, March 28, 2024 All of our prerequisites installed, so let’s grab the 3.0.0 version of OpenCV from the OpenCV repository. (Note: As future versions of OpenCV are released just replace the 3.0.0 with the most recent version number):$ cd ~$ wget -O opencv.zip unzip opencv.zipTiming: 2m 29sFor the full install of OpenCV 3 (which includes features such as SIFT and SURF), be sure to grab the opencv_contrib repo as well. (Note: Make sure your opencv and opencv_contrib versions match up, otherwise you will run into errors during compilation. For example, if I download v3.0.0 of opencv , then I’ll want to download v3.0.0 of opencv_contrib as well):$ wget -O opencv_contrib.zip unzip opencv_contrib.zipTiming: 1m 54sStep #3: Setup PythonThe first step in setting up Python for our OpenCV compile is to install pip , a Python package manager:$ wget sudo python get-pip.pyTiming: 26sI’ve discussed both virtualenv and virtualenvwrapper many times on the PyImageSearch blog before, especially within these installation tutorials. Installing these packages is certainly not a requirement to get OpenCV and Python up and running on your Raspberry Pi, but I highly recommend that you install them!Using virtualenv and virtualenvwrapper allows you to create isolated Python environments, separate from your system install of Python. This means that you can run multiple versions of Python, with different versions of packages installed into each virtual environment — this solves the “Project A depends on version 1.x, but Project B needs 4.x” problem that often arises in software engineering.Again, it’s standard practice in the Python community to use virtual environments, so I highly suggest that you start using them if you are not already:$ sudo pip install virtualenv virtualenvwrapper$ sudo rm -rf ~/.cache/pipTiming: 17sAfter virtualenv and virtualenvwrapper have been installed, we need to update our ~/.profile file and insert the following lines at the bottom of the file:# virtualenv and virtualenvwrapperexport WORKON_HOME=$HOME/.virtualenvssource /usr/local/bin/virtualenvwrapper.shYou can use your favorite editor to edit this file, such as vim , emacs , nano , or any other graphical editor included in the Raspbian Jessie distribution. Again, all you need to do is open the file located at /home/pi/.profile and insert theopencv/LICENSE at 4.x opencv/opencv - GitHub
Star (13) You must be signed in to star a gist Fork (4) You must be signed in to fork a gist Clone this repository at <script src=" Save SSARCandy/fc960d8905330ac695e71e3f3807ce3d to your computer and use it in GitHub Desktop. Clone this repository at <script src=" Save SSARCandy/fc960d8905330ac695e71e3f3807ce3d to your computer and use it in GitHub Desktop. Setting up OpenCV(+extra modules) with Cmake step by step tutorial Setting up OpenCV with Cmake GUIDownload OpenCV and CmakeBuild opencv with cmakePress configure, choose visual studio 2015, finishThen press generateOpen OpenCV.sln under build/Build it using Debug, Releaseright click > buildswitch to Release mode and build again[Windows] Setting up environment variableadd /bin into PATHadd new env named OpenCV_DIR, value as /buildit may need logout to apply setting, you can check it by echo %PATH%, echo %OpenCV_DIR%Build with EXTRA MODULESIn step 2. Build opencv with cmake, press configureSet up OPENCV_EXTRA_MODULES_PATH to proper path(/modules)Press configure again, then generateTo see more details instructions, see opencv_contrib READMETravis.yml examplelanguage: - cppcompiler: - gcc before_install: - sudo apt-get updateinstall: # OpenCV dependencies - Details available at: - sudo apt-get install -y build-essential - sudo apt-get install -y cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev - sudo apt-get install -y python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev # Download v3.1.0 .zip file and extract. - curl -sL > opencv.zip - unzip opencv.zip # Download EXTRA MODULES and extract. - curl -sL > opencv_contrib.zip - unzip opencv_contrib.zip # Create a new 'build' folder. - cd opencv-3.1.0 - mkdir build - cd build # Set build instructions for Ubuntu distro. - cmake -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-3.1.0/modules CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON .. # Run 'make' with four threads. - make -j5 # Install to OS. - sudo make install # Add configuration to OpenCV to tell it where the library files are located on the file system (/usr/local/lib) - sudo sh -c 'echo "/usr/local/lib" > /etc/ld.so.conf.d/opencv.conf' - sudo ldconfig - echo "OpenCV installed." # We need to return to the repo "root" folder, so we can then 'cd' into the C++ project folder. - cd ../../script: - cmake CMakeLists.txt - make - ./a.outInstall OpenCV 4 on Raspberry Pi 4 and
OpenCV is an open-source Python library whose main focus is computer vision, image processing, and ML (Machine Learning). The OpenCV library plays a huge role in real-time systems. It is capable of identifying photographs and videos and identifying human faces too. When used together with libraries such as Numpy, it is capable of processing the OpenCV array structure. That enables identifying image patterns and features where we use vector space and mathematical operations.OpenCV is available for several platforms, including Linux and Windows. In this tutorial, however, we will be installing OpenCV on our Raspberry Pi 4.Installing OpenCV on Raspberry Pi 4There are two methods you can use:Compile OpenCV from source (highly recommended Raspberry installation)Install OpenCV using Python Pip.For those who have worked with OpenCV before, you know installing the library source can be quite a time-consuming and painstaking process. For Linux newbies, skipping a single step while executing the Terminal commands can lead to a fatal error. A solution to this is installing OpenCV via Python Pip. Pip is easier and much faster, but from experience, while working on several projects, I wouldn’t recommend it for a Raspberry installation. For large projects and even some educational projects, you would want to install OpenCV from the source. In this tutorial, we will look at both methods, and you can choose the one that works for you.RequirementsA Raspberry Pi 4 boardRaspberry Pi official operating systemAn active internet connectionA reliable power supplyBalena EtcherAt least 8GB SD cardWith the above items, you can install OpenCV over SSH without the need for a graphical display. Do you know you can actually enable ssh and connect to wifi without a monitor on Raspberry Pi? Check our post – Connecting to Wi-Fi & Enabling SSH Without Monitor on Raspberry Pi.If you prefer doing everything via the Pi’s. Free Download. Security Status. Review; Screenshots; Change Log; Old Versions; Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago) Download. OpenCV . Date released: (4 years ago)VideoWriter not working with 4. Issue opencv/opencv
Cv2.rectangle(clone, (x, y), (x + w, y + h), (0, 255, 0), 2)# show the output of applying the simple contour methodcv2.imshow("Simple Method", clone)cv2.waitKey(0)To extract the contours from the reference image, we make use of OpenCV’s cv2.findContours function (Lines 97 and 98).Note: OpenCV 2.4, 3, and 4 return contours differently, so Line 99 has some logic to account for this.Next, we sort the contours from left to right on Line 100.We’re going to draw on the image, so we copy all channels to an image called clone on Line 103.The last step to the simple contour method, before displaying the results, is to loop over the sorted contours (Line 106). In this loop, we compute the bounding box of each contour (Line 109) and then draw a rectangle around it (Line 110).Results are displayed by showing the image (Line 113) and pausing here until a key is pressed (Line 114) — see Figure 4:Figure 4: The naïve method of extracting bank check symbols with OpenCV can extract digits, but fails to correctly compute the bounding box for each of the control symbols.Do you see the problem with this approach? The issue is that we have 22 bounding boxes rather than the desired 14 bounding outlines (one for each character). Obviously this problem is solvable with a more advanced methodology.The more advanced method is shown and described below:# extract the digits and symbols from the list of contours, then# initialize a dictionary to map the character name to the ROI(refROIs, refLocs) = extract_digits_and_symbols(ref, refCnts, minW=10, minH=20)chars = {}# re-initialize the clone image so we can draw on it againclone = np.dstack([ref.copy()] * 3)# loop over the reference ROIs and locationsfor (name, roi, loc) in zip(charNames, refROIs, refLocs): # draw a bounding box surrounding the character on the output # image (xA, yA, xB, yB) = loc cv2.rectangle(clone, (xA, yA), (xB, yB), (0, 255, 0), 2) # resize the ROI to a fixed size, then update the characters # dictionary, mapping the character name to the ROI roi = cv2.resize(roi, (36, 36)) chars[name] = roi # display the character ROI to our screen cv2.imshow("Char", roi) cv2.waitKey(0)# show the output of our better methodcv2.imshow("Better Method", clone)cv2.waitKey(0)Remember that long function, extract_digits_and_symbols , we wrote at the beginning of this script? It is now being put to use on Lines 118 and 119.Next, we initialize an empty dictionary, chars , which will hold the nameComments
For a number of different reasons, you might want/need to build OpenCV from scratch instead of using the pre-built and official libraries provided by OpenCV. Since you’ve ended up reading this post, there’s a good chance that you already know why you might need to do this, but if you don’t, you can check out my similar post from a couple of years ago for some answers on this. That post was based on OpenCV 3.3 which is considered out-of-date these days, especially with OpenCV 4 out in the market (OpenCV 4.0.1 at the time of writing this article), so I decided to write a new tutorial to address some of the differences. So without without further ado, here we go. Please note that this tutorial is written with Windows users in mind but you should be able to build with “almost” the same steps under Linux and macOS as well. You just need to convert the steps with MinGW to default make command in Linux/Unix.First things first, the prerequisites for building OpenCV 4.x for Android are:OpenCV 4.x source codes of course (You can get them here in a zip file if you choose sources instead of pre-built binaries or you can clone then from here, I’ll use OpenCV 4.0.1 just for reference)CMake (Get the latest version from CMake website, I’ll use CMake 3.13.3)Get MinGW (If you’re a Qt fan and you want to use it for building Android app, Qt installer includes MinGW by default so you can use that one, otherwise refer to the official MinGW website to get it)Android Studio (It’s available here, download the latest version available.)Use SDK manager in Android Studio to get the latest Android SDK and NDKImportant note for OpenCV version 4.0.1 prerequisites: You’ll need Android NDK Revision 16b for properly building this
2025-04-06The name of the virtual environment. To exit the virtual environment, use the deactivate command.Once inside the virtual environment, you can now install OpenCV. Execute the command below.pip3 install opencv-pythonInstall OpenCV with pipFrom the image above, you can see we have successfully installed OpenCV version 4.5.1.48. That’s it! You are done with OpenCV installation. To test OpenCV in your project, skip to the Test section at the bottom of the article.Method 2: Install OpenCV from the sourceIf you need a full installation of OpenCV, which includes patented algorithms, then you should use this method. Unlike the pip install method, which only takes a couple of minutes, compiling OpenCV from the source can take around two (2) hours. Follow the steps below:Step 1. Activate your virtual environment with the workon command below.workon sbb_cvStep 2. Download the source code for both OpenCV and Opencv_contrib from Github. Use the wget commands below.wget -O opencv_contrib.zip -O opencv.zip you get an error like ‘wget command not found,’ then you will need to install it with the command – sudo apt install wgetStep 3. We need to unzip the contents of the two files we downloaded. Use the unzip command as shown below:unzip opencv.zipunzip opencv_contrib.zipStep 4. After extracting the zip files, we will have two folders – opencv-4.5.2 and opencv_contrib-4.5.1. Let’s rename these two to something memorable like opencv and opencv_contrib.mv opencv-4.5.2 opencvmv opencv_contrib-4.5.1 opencv_contribRename foldersStep 5. Compiling OpenCV can be quite heavy on the Raspberry Pi memory. To avoid freezing or hanging, we can increase the SWAP space and utilize all four cores of the Pi in the compiling process. To do so, we will edit the dphys-swapfile present in the /etc. directory. Execute the command below to open dphys-swapfile with the nano editor.sudo nano /etc/dphys-swapfileFind the line – CONF_SWAPSIZE and set its value to
2025-04-05OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library. OpenCV-Python is a Python wrapper for the original OpenCV C++ library. Let’s see how it install OpenCV in python.IntroductionOpenCV enables users to perform image and video processing tasks with ease. In this blog post, we will provide a step-by-step guide on installing OpenCV-Python in various operating systems, including Windows, macOS, and Linux. We will also cover some common issues that users may encounter during the installation process.1. Pre-requisitesBefore installing OpenCV-Python, ensure that your system meets the following requirements:Python 3.6 or later installed (You can download Python from (Python Package Installer) installed with your Python distribution2. Install opencv pythonThe easiest way to install OpenCV-Python is by using pip. The commands are the same for all operating systems. Open a terminal or command prompt and enter the following command:pip install opencv-pythonTo install the package with additional contrib modules (which provide extended functionality), use:pip install opencv-contrib-python3. Verifying the Installation:Once the installation is complete, you can verify it by running a simple Python script. Open your Python IDE or create a new Python file and enter the following code:import cv2print("OpenCV-Python Version:", cv2.__version__)If the installation was successful, running the script will display the OpenCV-Python version.4. Installation on Various Operating SystemsWhile the pip command works across different platforms, there might be some OS-specific considerations when installing OpenCV-Pythona) Windows:On Windows, the process is straightforward. Just follow the steps mentioned above in 2. Installing OpenCV-Python to install OpenCV-Python using pip.b) macOS:On macOS, you may need to install additional libraries before installing OpenCV-Python. Run the following command to install Homebrew, a package manager for macOS:/bin/bash -c "$(curl -fsSL installing Homebrew, install the required libraries using the following command:brew install pkg-config libffi glibNow, proceed with the pip installation as described in 2. Installing OpenCV-Python.c) Linux:On Linux, you may need to install some additional libraries before installing OpenCV-Python. For Ubuntu/Debian-based systems, run the following command:sudo apt-get update && sudo apt-get install -y libsm6 libxext6 libxrender-devFor CentOS/Fedora-based systems, use the following command:sudo yum install libXext libSM libXrenderAfter installing the required libraries, proceed with the pip installation
2025-04-0812,141 topics in this forum Sort By Recently Updated Title Start Date Most Viewed Most Replies Custom Filter By All Solved Topics Unsolved Topics Prev 1 2 3 4 5 6 7 Next Page 2 of 486 _LevenshteinDistance By WarMan, February 14 1 reply 317 views AspirinJunkie February 15 Run binary 1 2 3 4 11 By trancexx, August 3, 2009 210 replies 155.5k views Damnatio February 11 AutoIt parser in AutoIt By genius257, February 8 parser ast 6 replies 524 views genius257 February 10 Ternary Operators in AutoIt By TreatJ, February 9 8 replies 357 views Werty February 9 QuickLaunch alternative for Windows 11 By dv8, January 13 4 replies 848 views hughmanic February 9 Installer for execute a3x-Files By Schnuffel, January 25 8 replies 636 views Schnuffel February 9 SoundTool Playback Devices Mute Status (Auto Unmute if Muted) By TreatJ, February 6 12 replies 426 views TreatJ February 9 GUIFrame UDF - Melba23 version - 19 May 14 1 2 3 4 8 By Melba23, September 10, 2010 142 replies 110.1k views WildByDesign February 8 _ArrayCopyRange By WarMan, February 4 _arraycopyrange array 0 replies 468 views WarMan February 4 OpenCV v4 UDF 1 2 3 4 9 By smbape, August 10, 2021 opencv 174 replies 48.5k views k_u_x February 2 RustDesk UDF By BinaryBrother, December 30, 2024 13 replies 1.7k views BinaryBrother January 26 Advanced Icon Displayer In Listview By Zohran, March 25, 2012 12 replies 5.4k views manpower January 25 Screen scraping 1 2 3 By Nine, August 20, 2021 47 replies 14.9k views BinaryBrother January 23 Smtp Mailer That Supports Html And Attachments. 1 2 3 4 39 By Jos, March 28, 2006 763 replies 442.6k views SenfoMix January 21 The Taquin Puzzle By Numeric1, January 20 0 replies 375 views Numeric1 January 20 _RunWaitEx() UDF By argumentum, January 18 runwait 0 replies 430 views argumentum January 18 Multi-Task (easily run and mange many processes) 1 2 By Gianni, January 28, 2018 multi-task 22 replies 11.3k views water January 16 Extended Message Box - New Version: 16 Feb 24 1 2 3 4 19 By Melba23, January 29, 2010 360 replies 221.6k views BinaryBrother January 15 Conway's Game of Life: A Fascinating Cellular Automaton By Numeric1, January 13 0 replies 326 views Numeric1 January 13 The GASP Game By Numeric1, January 9 7 replies 503 views orbs January 13 Round buttons By ioa747, March 28, 2024
2025-04-10