All Projects → ShurenQi → MomentToolbox

ShurenQi / MomentToolbox

Licence: other
Matlab code for the paper "A survey of orthogonal moments for image representation: Theory, implementation, and evaluation"

Programming Languages

matlab
3953 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to MomentToolbox

computer-vision-notebooks
👁️ An authorial set of fundamental Python recipes on Computer Vision and Digital Image Processing.
Stars: ✭ 89 (+584.62%)
Mutual labels:  pattern-recognition, image-analysis
u-shape3D
Detect morphological motifs, such as blebs, filopodia, and lamellipodia, from 3D images of surfaces, particularly images of cell surfaces.
Stars: ✭ 20 (+53.85%)
Mutual labels:  image-analysis
Natural-color-image-segmentation
A list of papers and datasets about natural/color image segmentation (processing)
Stars: ✭ 17 (+30.77%)
Mutual labels:  pattern-recognition
cellfinder
Automated 3D cell detection and registration of whole-brain images
Stars: ✭ 122 (+838.46%)
Mutual labels:  image-analysis
ITKSphinxExamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 48 (+269.23%)
Mutual labels:  image-analysis
image-match
🎇 Quickly search over billions of images
Stars: ✭ 2,761 (+21138.46%)
Mutual labels:  image-analysis
GARI
GARI (Genetic Algorithm for Reproducing Images) reproduces a single image using Genetic Algorithm (GA) by evolving pixel values.
Stars: ✭ 41 (+215.38%)
Mutual labels:  image-analysis
Sig
The most powerful and customizable binary pattern scanner
Stars: ✭ 131 (+907.69%)
Mutual labels:  pattern-recognition
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+169.23%)
Mutual labels:  image-analysis
colocr
An R package for conducting co-localization analysis. Edit
Stars: ✭ 22 (+69.23%)
Mutual labels:  image-analysis
pyLattice
A python library for advanced lattice light-sheet image analysis
Stars: ✭ 16 (+23.08%)
Mutual labels:  image-analysis
calcipher
Calculates the best possible answer for multiple-choice questions using techniques to maximize accuracy without any other outside resources or knowledge.
Stars: ✭ 15 (+15.38%)
Mutual labels:  pattern-recognition
CROHME extractor
CROHME dataset extractor for OFFLINE-text-recognition task.
Stars: ✭ 77 (+492.31%)
Mutual labels:  pattern-recognition
impy
Speed up coding/extending image analysis in Python.
Stars: ✭ 21 (+61.54%)
Mutual labels:  image-analysis
Scripts
🔬🍸 Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
Stars: ✭ 18 (+38.46%)
Mutual labels:  image-analysis
goexif2
MAINTAINER WANTED -- Decode embedded EXIF meta data from image files written in Pure Golang
Stars: ✭ 35 (+169.23%)
Mutual labels:  image-analysis
OAD
Collection of tools and scripts useful to automate microscopy workflows in ZEN Blue using Python and Open Application Development tools and AI tools.
Stars: ✭ 90 (+592.31%)
Mutual labels:  image-analysis
LLSpy
Lattice light-sheet post-processing utility.
Stars: ✭ 19 (+46.15%)
Mutual labels:  image-analysis
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+869.23%)
Mutual labels:  image-analysis
deforestation
A machine learning exercise, using KNN to classify deforested areas
Stars: ✭ 26 (+100%)
Mutual labels:  image-analysis

MomentToolbox

This repository is an implementation of the method in
"A survey of orthogonal moments for image representation: Theory, implementation, and evaluation", ACM Computing Surveys, 2021.
Code implemented by Shuren Qi ( [email protected] ). All rights reserved.

Overview

Image representation is an important topic in computer vision and pattern recognition. It plays a fundamental role in a range of applications towards understanding visual contents. Moment-based image representation has been reported to be effective in satisfying the core conditions of semantic description due to its beneficial mathematical properties, especially geometric invariance and independence. This paper presents a comprehensive survey of the orthogonal moments for image representation, covering recent advances in fast/accurate calculation, robustness/invariance optimization, definition extension, and application. We also create a software package for a variety of widely-used orthogonal moments and evaluate such methods in a same base. The presented theory analysis, software implementation, and evaluation results can support the community, particularly in developing novel techniques and promoting real-world applications.

Related Link

2021-CV-Surveys: https://github.com/52CV/2021-CV-Surveys.
A translated version (in Chinese): https://zhuanlan.zhihu.com/p/402410540.
A short introduction (in Chinese): https://mp.weixin.qq.com/s/ymAAzMQbWbKyuWz_r0wDBQ.

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