All Projects → WangHongshuo → TFT-LCD_defects_detecter-Qt-opencv

WangHongshuo / TFT-LCD_defects_detecter-Qt-opencv

Licence: GPL-3.0 license
TFT-LCD defects detecter based on the improved saliency model

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to TFT-LCD defects detecter-Qt-opencv

HCA saliency codes
Codes for HCA (Hierarchical Cellular Automata for Visual Saliency) accepted by IJCV 2018.
Stars: ✭ 18 (-30.77%)
Mutual labels:  saliency-detection
RGBD-SOD-datasets
All those partitioned RGB-D Saliency Datasets we collected are shared in ready-to-use manner.
Stars: ✭ 46 (+76.92%)
Mutual labels:  saliency-detection
PyTorch-UNet
PyTorch Implementation for Segmentation and Saliency Prediction
Stars: ✭ 21 (-19.23%)
Mutual labels:  saliency-detection
ACVR2017
An Innovative Salient Object Detection Using Center-Dark Channel Prior
Stars: ✭ 20 (-23.08%)
Mutual labels:  saliency-detection
Saliency-Evaluation-Toolbox
This Toolbox contains E-measure, S-measure, weighted F & F-measure, MAE and PR curves or bar metrics for salient object detection.
Stars: ✭ 78 (+200%)
Mutual labels:  saliency-detection
DPANet
DPANet : Depth Potentiality-Aware Gated Attention Network for RGB-D Salient Object Detection
Stars: ✭ 22 (-15.38%)
Mutual labels:  saliency-detection
Saliency-Objectness
No description or website provided.
Stars: ✭ 25 (-3.85%)
Mutual labels:  saliency-detection
PySODEvalToolkit
PySODEvalToolkit: A Python-based Evaluation Toolbox for Salient Object Detection and Camouflaged Object Detection
Stars: ✭ 59 (+126.92%)
Mutual labels:  saliency-detection
SINet-V2
Concealed Object Detection (SINet-V2, IEEE TPAMI 2022). Code using Jittor Framework is available.
Stars: ✭ 65 (+150%)
Mutual labels:  defect-detection
mixed-segdec-net-comind2021
Official PyTorch implementation for "Mixed supervision for surface-defect detection: from weakly to fully supervised learning"
Stars: ✭ 133 (+411.54%)
Mutual labels:  defect-detection
DefectDetectionDemo
Textile defect detection using OpenCVSharp
Stars: ✭ 33 (+26.92%)
Mutual labels:  defect-detection
A-Hierarchical-Transformation-Discriminating-Generative-Model-for-Few-Shot-Anomaly-Detection
Official pytorch implementation of the paper: "A Hierarchical Transformation-Discriminating Generative Model for Few Shot Anomaly Detection"
Stars: ✭ 42 (+61.54%)
Mutual labels:  defect-detection

TFT-LCD defects detecter based on Qt and opencv

Introduction:

This project started in 2017.11.16 and finished in 2017.12.11. I translated Matlab script into C++ after proving it in Matlab. It's not very hard for me to do this with the experience of the licence plate recognition project, but there are still a lot of space to improve.

该项目C++版本开始于2017.11.16,结束于2017.12.11。是先在Matlab上验证算法后又翻到C++的,有了以前车牌识别的经验后,做起来感觉不那么吃力了,不过还是有很多不足的地方。

Algorithm Introduction:

The improved saliency model was applied to the detection of high-energy frequency components in the spectrum which was obtained from the original image by two-dimensional discrete Fourier transform (DFT). The neighborhood of those areas associated with high-energy frequency components inthespectrum that represented background texture was set to zero, and then aspatial domain image was reconstructed by the two-dimensional inverse discrete Fourier transform (IDFT) in order to remove the background texture and retain the defects.

用改进的显著性模型检测由面板图像二维离散傅里叶变换获得的能量谱中的高能量成分并将该部分消除,再经过二维离散傅里叶逆变换对图像重构达到去除空域图像周期性纹理和保留缺陷的目的。

Screenshots:

img

Change Log:

  • 2018.09.16:

added algorithm introduction and reduced deepcopy.

添加原理介绍,减少了处理过程中的深拷贝操作。

  • 2018.08.04:

updated comments and fixed errors in UI.

更新了注释,修复UI错误。

  • 2018.01.09:

set ImageWidget to submodule.

ImageWidget 设置为子模块。

  • 2017.12.16 #2:

updated ImageWidget, selectrect and Mat_QImage_convert synchronously.

同步更新了ImageWidget, selectrectMat_QImage_convert.

  • 2017.12.16 #1:

designed the UI.

设计了UI。

  • 2017.12.11:

finished basic function.

完成基本功能。

  • 2017.12.09:

can't upload due to some issues.

暂时无法公开。

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