perception
latest
Contents:
Examples
Media Deduplication
Simple example
Real-world example
Video deduplication
Detecting Child Sexual Abuse Material
Benchmarking
Image Hashing
Video Hashing
API
Hashers
Images
Videos
Tools
Benchmarking
Video Transforms
Tools
Experimental
Approximate Nearest Neighbors
Local Descriptor Deduplication
perception
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
allow_parallel (perception.hashers.hasher.Hasher attribute)
ApproximateNearestNeighbors (class in perception.experimental.ann)
AverageHash (class in perception.hashers.image)
B
b64_to_hex() (in module perception.hashers.tools)
BenchmarkHashes (class in perception.benchmarking)
BenchmarkImageDataset (class in perception.benchmarking)
BenchmarkImageTransforms (class in perception.benchmarking)
BenchmarkVideoDataset (class in perception.benchmarking)
BenchmarkVideoTransforms (class in perception.benchmarking)
BlockMean (class in perception.hashers.image)
C
categories (perception.benchmarking.BenchmarkHashes attribute)
(perception.benchmarking.BenchmarkImageDataset attribute)
(perception.benchmarking.BenchmarkImageTransforms attribute)
(perception.benchmarking.BenchmarkVideoDataset attribute)
(perception.benchmarking.BenchmarkVideoTransforms attribute)
ColorMoment (class in perception.hashers.image)
compute() (perception.hashers.hasher.ImageHasher method)
(perception.hashers.hasher.VideoHasher method)
compute_batches() (perception.hashers.video.FramewiseHasher method)
(perception.hashers.video.SimpleSceneDetection method)
compute_distance() (perception.hashers.hasher.Hasher method)
compute_hashes() (perception.benchmarking.BenchmarkImageTransforms method)
(perception.benchmarking.BenchmarkVideoTransforms method)
compute_isometric_from_hash() (perception.hashers.hasher.ImageHasher method)
compute_md5() (in module perception.hashers.tools)
compute_parallel() (perception.hashers.hasher.Hasher method)
compute_quality() (in module perception.hashers.tools)
compute_synchronized_video_hashes() (in module perception.hashers.tools)
compute_threshold_recall() (perception.benchmarking.BenchmarkHashes method)
compute_with_quality() (perception.hashers.hasher.ImageHasher method)
D
deduplicate() (in module perception.experimental.local_descriptor_deduplication)
(in module perception.tools)
(perception.benchmarking.BenchmarkImageDataset method)
deduplicate_hashes() (in module perception.tools)
DHash (class in perception.hashers.image)
distance_metric (perception.hashers.hasher.Hasher attribute)
dtype (perception.hashers.hasher.Hasher attribute)
F
filter() (perception.benchmarking.BenchmarkHashes method)
(perception.benchmarking.BenchmarkImageDataset method)
(perception.benchmarking.BenchmarkImageTransforms method)
(perception.benchmarking.BenchmarkVideoDataset method)
(perception.benchmarking.BenchmarkVideoTransforms method)
frames_per_second (perception.hashers.hasher.VideoHasher attribute)
FramewiseHasher (class in perception.hashers.video)
from_database() (perception.experimental.ann.ApproximateNearestNeighbors class method)
from_tuples() (perception.benchmarking.BenchmarkImageDataset class method)
(perception.benchmarking.BenchmarkVideoDataset class method)
G
get_black_frame_padding_transform() (in module perception.benchmarking.video_transforms)
get_common_framerates() (in module perception.hashers.tools)
get_simple_transform() (in module perception.benchmarking.video_transforms)
get_slideshow_transform() (in module perception.benchmarking.video_transforms)
get_string_length() (in module perception.hashers.tools)
H
hash_from_final_state() (perception.hashers.hasher.VideoHasher method)
(perception.hashers.video.FramewiseHasher method)
(perception.hashers.video.SimpleSceneDetection method)
(perception.hashers.video.TMKL1 method)
(perception.hashers.video.TMKL2 method)
hash_length (perception.hashers.hasher.Hasher attribute)
Hasher (class in perception.hashers.hasher)
hex_to_b64() (in module perception.hashers.tools)
I
ImageHasher (class in perception.hashers.hasher)
L
load() (perception.benchmarking.BenchmarkImageDataset class method)
(perception.benchmarking.BenchmarkImageTransforms class method)
(perception.benchmarking.BenchmarkVideoDataset class method)
(perception.benchmarking.BenchmarkVideoTransforms class method)
M
MarrHildreth (class in perception.hashers.image)
match() (perception.tools.SaferMatcher method)
N
nlist (perception.experimental.ann.ApproximateNearestNeighbors attribute)
nprobe (perception.experimental.ann.ApproximateNearestNeighbors attribute)
ntotal (perception.experimental.ann.ApproximateNearestNeighbors attribute)
P
perception.benchmarking.video_transforms (module)
perception.experimental.ann (module)
perception.experimental.local_descriptor_deduplication (module)
perception.hashers.image (module)
perception.hashers.tools (module)
perception.hashers.video (module)
perception.tools (module)
PHash (class in perception.hashers.image)
PHashF (class in perception.hashers.image)
PHashU8 (class in perception.hashers.image)
process_frame() (perception.hashers.hasher.VideoHasher method)
(perception.hashers.video.FramewiseHasher method)
(perception.hashers.video.SimpleSceneDetection method)
(perception.hashers.video.TMKL1 method)
(perception.hashers.video.TMKL2 method)
Q
query_by_id() (perception.experimental.ann.ApproximateNearestNeighbors method)
R
read() (in module perception.hashers.tools)
read_video() (in module perception.hashers.tools)
read_video_to_generator() (in module perception.hashers.tools)
read_video_to_generator_ffmpeg() (in module perception.hashers.tools)
returns_multiple (perception.hashers.hasher.Hasher attribute)
S
SaferMatcher (class in perception.tools)
save() (perception.benchmarking.BenchmarkImageDataset method)
(perception.benchmarking.BenchmarkImageTransforms method)
(perception.benchmarking.BenchmarkVideoDataset method)
(perception.benchmarking.BenchmarkVideoTransforms method)
(perception.experimental.ann.ApproximateNearestNeighbors method)
search() (perception.experimental.ann.ApproximateNearestNeighbors method)
serve() (in module perception.experimental.ann)
set_nprobe() (perception.experimental.ann.ApproximateNearestNeighbors method)
show_histograms() (perception.benchmarking.BenchmarkHashes method)
SimpleSceneDetection (class in perception.hashers.video)
string_to_vector() (in module perception.hashers.tools)
(perception.experimental.ann.ApproximateNearestNeighbors method)
(perception.hashers.hasher.Hasher method)
T
TMKL1 (class in perception.hashers.video)
TMKL2 (class in perception.hashers.video)
transform() (perception.benchmarking.BenchmarkImageDataset method)
(perception.benchmarking.BenchmarkVideoDataset method)
tune() (perception.experimental.ann.ApproximateNearestNeighbors method)
U
unletterbox() (in module perception.hashers.tools)
V
validate_match() (in module perception.experimental.local_descriptor_deduplication)
vector_to_string() (in module perception.hashers.tools)
(perception.experimental.ann.ApproximateNearestNeighbors method)
(perception.hashers.hasher.Hasher method)
VideoHasher (class in perception.hashers.hasher)
W
WaveletHash (class in perception.hashers.image)