hackathon Participating the ESA ActinSpace Hackathon How participating in ESA's ActInSpace hackathon led to creating a satellite-based change detection service for cities. From hackathon runner-up to ESA Earth Observation Challenge winner.
python First alpha of the Ivolution Project is out ! First alpha release of Ivolution face timelapse application with cross-platform Windows/Linux support, complete documentation, sample videos, and project website using GitHub Pages, Pelican, and SourceForge.
python Ivolution – Development status 36 Ivolution reaches minimum viable product status with Windows installer using NSIS, bug fixes, and cross-platform compatibility - ready for user testing and documentation phase before public release.
python Ivolution - Development status 35 Development update for Ivolution face timelapse application - new cross-platform GUI interface with wxPython, real-time notifications, and Windows portability with upcoming packaging improvements.
app Ivolution: Your personal timelapse Introducing Ivolution (formerly FaceMovie) - a Python application that creates personal timelapse videos using face recognition to align photos over time, with Ubuntu GUI beta now available on GitHub.
sonar Sonar images segmentation and classification fusion Explore automatic sonar image segmentation and classification fusion for underwater mapping using level-sets method and feature-based classification to identify seafloor surfaces and edges with promising preliminary results.
learning Efficiently handle knowledge as a Computer Scientist Discover how to efficiently manage research papers and technical knowledge as a computer scientist using Mendeley Desktop with strategic tagging, project organization, and cloud synchronization across multiple devices.
computer-vision A (small but growing) list of computer vision companies Curated list of computer vision companies worldwide to help job seekers in the specialized field. Created from personal job search experience, organized by country and specialty areas like medical imaging and satellite technology.
lua Execute a function given its name as a string! Quick Lua programming tip showing how to execute functions dynamically from string names using loadstring(). Demonstrates practical application in embedded web interfaces for computer vision applications on resource-limited systems.
computer-vision A simple region growing implementation in Python Complete Python implementation of region growing algorithm for image segmentation using OpenCV. Features detailed code example, threshold-based pixel inclusion, and integration with the Tippy computer vision library.
opencv Compiling OpenCV for Linux (Debian) Complete guide for compiling OpenCV from source on Debian Linux systems. Covers installation dependencies, compilation process, and how to fix common libv4l-related compilation errors.
computer-vision Cool Computer Vision project : Shredded documents Introduction to the DARPA Shredder Challenge, a computer vision competition focused on reconstructing shredded documents using image processing algorithms. Features 5 difficulty levels and a $50,000 prize for US citizens.
computer-vision Classification : Hu and Zernike moments Overview of Hu and Zernike moments for shape recognition in computer vision applications. Provides Matlab implementations of these transformation-invariant descriptors used for object classification.
opencv OpenCV : 'rect' expects four integers Quick fix for OpenCV Python binding error when using rectangle structures. Explains why tuples must be used instead of lists for CvRect arguments and provides a simple code example.