Shape analysis
The notion of shape is crucial in computer vision. We analyze visual data by recognizing various different shapes in the image. This is actually an important step in many algorithms.
Let's say you are trying to identify a particular logo in an image. You know that it can appear in various shapes, orientations, and sizes. One good way to get started is to quantify the characteristics of the shape of the object.
The shape module provides all the algorithms required to extract different shapes, measure similarity between them, transform the shapes of objects, and more.
推薦閱讀
- Hands-On Machine Learning with Microsoft Excel 2019
- Learning Spring Boot
- 工業(yè)大數(shù)據(jù)分析算法實戰(zhàn)
- 大數(shù)據(jù):規(guī)劃、實施、運維
- Sybase數(shù)據(jù)庫在UNIX、Windows上的實施和管理
- 數(shù)據(jù)庫原理與應(yīng)用(Oracle版)
- 大數(shù)據(jù)架構(gòu)和算法實現(xiàn)之路:電商系統(tǒng)的技術(shù)實戰(zhàn)
- 網(wǎng)站數(shù)據(jù)庫技術(shù)
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設(shè)計
- HikariCP連接池實戰(zhàn)
- 深入理解InfluxDB:時序數(shù)據(jù)庫詳解與實踐
- The Natural Language Processing Workshop
- 數(shù)據(jù)中心經(jīng)營之道
- 云工作時代:科技進化必將帶來的新工作方式
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook