All Projects → Nichooool → Fuzzydetection

Nichooool / Fuzzydetection

图片择优(选择最清楚的图片) 没有使用第三方库

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Fuzzydetection

Photobrowser
Elegant photo browser in Swift. 图片与视频浏览器。
Stars: ✭ 975 (+1931.25%)
Mutual labels:  image
Content Aware Resize
Stars: ✭ 41 (-14.58%)
Mutual labels:  image
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-6.25%)
Mutual labels:  image
Kirby Autofocus
Content aware image cropping for Kirby. Kirby 2 and 3.
Stars: ✭ 35 (-27.08%)
Mutual labels:  image
Mdcs Py
MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Stars: ✭ 38 (-20.83%)
Mutual labels:  image
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-12.5%)
Mutual labels:  image
Hard Aware Deeply Cascaed Embedding
source code for the paper "Hard-Aware-Deeply-Cascaed-Embedding"
Stars: ✭ 32 (-33.33%)
Mutual labels:  image
Vue Image Loader
Vue progressive image loader plugin like Medium
Stars: ✭ 47 (-2.08%)
Mutual labels:  image
Cv Pretrained Model
A collection of computer vision pre-trained models.
Stars: ✭ 995 (+1972.92%)
Mutual labels:  image
Extended image
A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.
Stars: ✭ 1,021 (+2027.08%)
Mutual labels:  image
Pywebp
Python bindings for WebP
Stars: ✭ 35 (-27.08%)
Mutual labels:  image
Imagemin Module
Automatically optimize (compress) all images used in Nuxt.js
Stars: ✭ 37 (-22.92%)
Mutual labels:  image
V Img Fallback
Vue Image Fallback
Stars: ✭ 43 (-10.42%)
Mutual labels:  image
Swiftyimage
🎨 Generate image resources in Swift
Stars: ✭ 975 (+1931.25%)
Mutual labels:  image
Derpibooru Downloader
Downloads images from derpibooru.org using a variety of options
Stars: ✭ 45 (-6.25%)
Mutual labels:  image
Rverify.js
✅❎ A lightweight image rotation verification plugin.
Stars: ✭ 33 (-31.25%)
Mutual labels:  image
Aimage
An animated gif & apng engine for iOS in Swift. Have a great performance on memory and cpu usage.
Stars: ✭ 1,014 (+2012.5%)
Mutual labels:  image
Duckduckgo Images Api
DuckDuckGo Image Search Resuts - Programatically download Image Search Results
Stars: ✭ 48 (+0%)
Mutual labels:  image
Openimager
Image processing Toolkit in R
Stars: ✭ 45 (-6.25%)
Mutual labels:  image
Applicationinimageprocessing
application in image processing or searching
Stars: ✭ 43 (-10.42%)
Mutual labels:  image

FuzzyDetection

图片择优(选择最清楚的图片)

实现思路 参考链接

鼓励传送门

  1. 获取图片的灰度图数组
  2. 使用拉普拉斯算子进行卷积运算 {0, 1, 0, 1, -4, 1, 0, 1, 0}
  3. 获取结果的方差
  4. 与其他图片进行 结果比较 得到图片的清晰度结论

代码环境

JAVA 1.8

命令执行

在FuzzyDetection目录下

  1. 编译代码
    javac FuzzyDetection.java

  2. 执行 (images是图片的文件夹名称)
    java FuzzyDetection images

分析图片结果

Alt text

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