- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
Selected problems of biometry
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
Table of Contents:
Introduction 7
Part I Automatic recognition of objects
1. Introduction 13
2. Features and spaces of features 16
2.1. Selection of features 17
2.1.1. Selection of features by maximizing the efficiency of classification 18
2.1.2. Selection of features by maximizing class separability 19
2.1.3. Unattended selection of features 22
2.2. Extraction of features 22
2.2.1. Unattended extraction of features - PCA method
2.2.2. Supervised feature extraction - LDA method
2.2.3. Other methods of extraction of features 31
3. Data classification 33
3.1. Low-level classification 35
3.1.1. Classification of data by k- NN 37
3.1.2. Distance measurements used in the classification of 40
3.2. Classification by division of feature space 42
3.2.1. Neural classifiers 46
3.2.1.1. Multilayer neural classifiers 49
3.2.1.2. Teaching of a multi-layer network 51
3.2.2. The SVM 54 method
3.3. Probabilistic recognition methods 58
3.3.1. Non-parametric estimation of intra-class distributions 59
3.3.2. Parametrical estimation of intra-class distributions 61
4. Classification of vector sequences 64
4.1. Dynamic programming 61
4.2. Implicit Markov models (HMMs) 69
4.2.1. Sequence recognition 71
4.2.2. Model training 73
Part II Basic methods of biometry
5. Introduction 77
5.1. Biometrics characteristics 78
5.2. Biometric systems 79
5.2.1. Criteria for choosing biometric technologies 80
5.2.2. Criteria for assessing the correctness of biometric analysis 81
5.2.3. Comparison of properties of biometric technologies used 83
6. Biometrics using physical characteristics 85
6.1. Automatic fingerprint analysis 86
6.1.1. Methods of fingerprint acquisition 87
6.1.2. Fingerprint classification 89
6.1.3. Fingerprint recognition 89
6.1.3.1. Comparing the fingerprint 90
6.1.3.2. Comparison of the minutiae sets 91
6.2. Automatic recognition of the iris 96
6.2.1. Iris image acquisition 97
6.2.2. Iris recognition 99
6.2.2.1. Iris image segmentation 99
6.2.2.2. Designation of iris code 101
6.2.2.3. Iris recognition 104
6.3. Automatic face recognition 106
6.3.1. Structural facial modeling 110
6.3.2. Statistical and probabilistic facial modeling 111
6.3.2.1. Face recognition using the PCA 112 method
6.3.2.2. Face recognition systems 114
6.4. Recognition based on DNA analysis 116
6.4.1. Individual DNA profile 117
6.4.2. Determining the DNA profile 118
6.4.3. Perspectives of biometric applications of DNA 119
7. Biometrics using behavioral characteristics 121
7.1. Voice-based recognition 122
7.1.1. Methods for the quantitative description of the speech signal 124
7.1.2. Methodology of speaker recognition 127
7.1.2.1. Speaker recognition independent of the spoken text 128
7.1.2.2. Identifying the speaker on the basis of established statements 129
7.2. Recognition based on style analysis and dynamics of signing 130
7.2.1. Automatic analysis of the signature form 132
7.2.2. Automatic analysis of signature dynamics 133
Close 135
Literature 137
Other products in the same category (16)
No product available!
No product available!
No product available!
No product available!
No product available!
No product available!
No product available!
ROSA3D filament made of high-quality PLA granules. 0.8 kg of filament with a diameter of 1.75 mm is wound on the spool. ROSA3D PLA Rainbow Silk Ocean
No product available!
HK Turnigy Reaktor 300W 20A 6S Balance Charger (44112)
No product available!
Camera with OV7675 CMOS sensor with a resolution of 640x480 px. It communicates via a parallel interface. ArduCAM U6037
No product available!
No product available!
Orange Pi 2G-IoT is a minicomputer with a powerful ARM Cortex-A5 processor. The computer is equipped with a GSM / GPRS (2G) module, 256 MB LPDDR2 RAM, a WiFi module and a CSI camera connector, USB Host, OTG, 26 GPIO and a microSD card slot. Works with Android, Ubuntu and Debian systems
No product available!
No product available!
Samsung Exynos5422 Cortex-A15 2Ghz and Cortex-A7 Octa core CPUs
No product available!
No product available!
No product available!