Movatterモバイル変換


[0]ホーム

URL:


US20140036054A1 - Methods and Software for Screening and Diagnosing Skin Lesions and Plant Diseases - Google Patents

Methods and Software for Screening and Diagnosing Skin Lesions and Plant Diseases
Download PDF

Info

Publication number
US20140036054A1
US20140036054A1US13/852,672US201313852672AUS2014036054A1US 20140036054 A1US20140036054 A1US 20140036054A1US 201313852672 AUS201313852672 AUS 201313852672AUS 2014036054 A1US2014036054 A1US 2014036054A1
Authority
US
United States
Prior art keywords
image
classification
processor
features
interest
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/852,672
Inventor
George Zouridakis
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Houston System
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IndividualfiledCriticalIndividual
Priority to US13/852,672priorityCriticalpatent/US20140036054A1/en
Publication of US20140036054A1publicationCriticalpatent/US20140036054A1/en
Assigned to UNIVERSITY OF HOUSTON SYSTEMreassignmentUNIVERSITY OF HOUSTON SYSTEMASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: ZOURIDAKIS, GEORGE
Priority to US16/278,946prioritypatent/US10593040B2/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Provided herein are portable imaging systems, for example, a digital processor-implemented system for the identification and/or classification of an object of interest on a body, such as a human or plant body. The systems comprise a hand-held imaging device, such as a smart device, and a library of algorithms or modules that can be implemented thereon to process the imaged object, extract representative features therefrom and classify the object based on the representative features. Also provided are methods for the identifying or classifying an object of interest on a body that utilize the algorithms and an automated portable system configured to implement the same.

Description

Claims (28)

What is claimed is:
1. A portable imaging system, comprising:
a hand-held imaging device having a digital camera, a display, a memory, a processor and a network connection; and
a library of algorithms tangibly stored in the memory and executable by the processor, said algorithms configured for identification of an object of interest present on a body.
2. The portable imaging system ofclaim 1, further comprising algorithms tangibly stored and processor executable algorithms configured to display the object of interest and results of the classification thereof.
3. The portable imaging system ofclaim 1, wherein the algorithms comprise processor-executable instructions to:
segment the imaged object to detect a border of the object;
extract features from the segmented object image; and
classify the object based on the extracted features.
4. The portable imaging system ofclaim 3, wherein the processor-executable instructions to segment the object function to:
determine an initial contour of the imaged object;
classify pixels as contained within the initial contour as foreground, as contained without the initial contour as background or as remaining pixels; and
apply a classifier to the remaining pixels for classification as foreground or background.
5. The portable imaging system ofclaim 4, wherein the processor-executable instructions to extract features function to:
divide the segmented object image into regions based on saliency values calculated for at least one patch within the segmented object;
divide the regions into two regions of higher or lower intensity based on average intensity values thereof; and
extract feature representations from a sampling of patches within the intensity regions based on sampling percentages determined for the regions.
6. The portable imaging system ofclaim 5, wherein the processor-executable instructions to classify the object function to:
input the extracted feature representations into a support vector machine trained with manually segmented objects; and
classify the object based on a comparison of the inputted extracted features with those in the trained support vector machine.
7. The hand-held imaging system ofclaim 1, wherein the hand-held imaging device is a smart device.
8. The hand-held imaging system ofclaim 1, wherein the body is a human body or a plant body.
9. The hand-held imaging system ofclaim 1, wherein the object of interest is a lesion, an ulcer, or a wound.
10. A method for identifying an object of interest present on a body, comprising:
acquiring an image of the object of interest on the body via the imaging device comprising the portable imaging system ofclaim 1;
processing the acquired object image via the algorithms tangibly stored in the imaging device; and
identifying the object in the image based on patterns of features present in the imaged object, thereby identifying the object of interest on the body.
11. The method ofclaim 10, further comprising:
displaying the results of image processing as each result occurs.
12. The method ofclaim 10, wherein identifying the object occurs in real time.
13. The method ofclaim 10, wherein the object of interest is a melanoma or a Buruli ulcer.
14. A digital processor-implemented system for classifying an object of interest on an animal or plant body in real time, comprising:
a portable smart device comprising the processor, a memory and a network connection; and
modules tangibly stored in the memory comprising:
a module for segmentation of an imaged object;
a module for feature extraction within the segmented object image; and
a module for classification of the object based on extracted features.
15. The digital processor-implemented system ofclaim 14, further comprising a module tangibly stored in the memory for display of the object of interest and results of the classification thereof.
16. The digital processor-implemented system ofclaim 14, wherein the segmentation module comprises processor executable instructions to:
obtain luminance and color components of the imaged object;
classify pixels comprising the image as object pixels, if they belong to a common luminance and color foreground, as background pixels if they belong to a common luminance and color background or as remaining pixels; and
apply a classifier to the remaining pixels to classify them as object or foreground.
17. The digital processor-implemented system ofclaim 16, wherein the feature extraction module comprises processor executable instructions to:
calculate a saliency value for a plurality of patches within the segmented object and separate the patches into regions based on the saliency values;
calculate an average intensity for the regions to identify them as a higher or as a lower intensity region;
determine a sampling percentage for the intensity regions;
sample patches within the intensity regions by corresponding sampling percentages; and
extract one or more feature representations for the object.
18. The digital processor-implemented system ofclaim 16, wherein the feature extraction module comprises processor executable instructions to:
read input white light image as RGB and the segmentation result of the region;
read input multispectral images in color channels and transform to gray scale;
register multispectral images via maximization of mutual information with white light image as reference;
extract feature representations within the ROI of multispectral images and within white light images; and
select one or more relevant features from a pool of the extracted features.
19. The digital processor-implemented system ofclaim 16, wherein the feature extraction module comprises processor executable instructions to:
read input white light image as RGB and the segmentation result of the region;
read input multispectral images in color channels and transform to gray scale;
register multispectral images via maximization of mutual information with white light image as reference;
determine Vmel, Vblood, and Voxyfor each ROI pixel to reconstruct maps of melanin, blood and oxygenating percentage;
extract feature representations within the ROI from the reconstructed maps; and
select one or more relevant features from a pool of the extracted features.
20. The digital processor-implemented system ofclaim 17, wherein the classification module comprises processor executable instructions to:
train a support vector machine (SVM) with known manually segmented objects; and
classify the object based on the extracted feature representations inputted into the SVM.
21. The hand-held imaging system ofclaim 14, wherein the object of interest is a lesion, an ulcer, a wound, or skin.
22. A digital processor-implemented method for classifying an object of interest on an animal or plant body in real time, comprising the processor executable steps of:
digitally imaging the object of interest with the smart device comprising the digital processor-implemented system ofclaim 14;
processing the digital image through the system modules, said modules comprising algorithms configured for:
segmenting the image based on saliency values to identify pixels thereof as comprising the imaged object or the background of the image to obtain an object boundary;
extracting features from regions within the object boundary; and
comparing the extracted features to known object features in a support vector machine trained on the known features to obtain a classification of the object; and
displaying the processed images and classification results on a display comprising the smart device.
23. The digital processor-implemented method ofclaim 20, wherein the support vector machine is trained on features comprising a melanoma or a Buruli ulcer.
24. A digital processor-readable medium tangibly storing processor-executable instructions to perform the digital processor implemented method ofclaim 20.
25. A computer-readable medium tangibly storing a library of algorithms to classify an object of interest on a human or plant body, said algorithms comprising processor-executable instructions operable to:
obtain luminance and color components of the imaged object;
classify pixels comprising the image as object pixels, if they belong to a common luminance and color foreground, as background pixels if they belong to a common luminance and color background or as remaining pixels;
apply a classifier to the remaining pixels to classify them as object or foreground;
extract one or more feature representations for the object;
train a support vector machine (SVM° with known manually segmented objects; and
classify the object based on the extracted feature representations inputted into the SVM.
26. The computer-readable medium ofclaim 25, wherein the instructions to extract one or more feature representations for the object comprise:
calculate a saliency value for a plurality of patches within the segmented object and separate the patches into regions based on the saliency values;
calculate an average intensity for the regions to identify them as a higher or as a lower intensity region;
determine a sampling percentage for the intensity regions;
sample patches within the intensity regions by corresponding sampling percentages; and
extract the one or more feature representations for the object.
27. The computer-readable medium ofclaim 25, wherein the instructions to extract one or more feature representations for the object comprise:
read input white light image as RGB and the segmentation result of the region;
read input multispectral images in color channels and transform to gray scale;
register multispectral images via maximization of mutual information with white light image as reference;
extract feature representations within the ROI of multispectral images and within white light images; and
select one or more relevant features from a pool of the extracted features.
28. The computer-readable medium ofclaim 25, wherein the object is the skin, said instructions to extract one or more feature representations for the object comprising:
read input white light image as RGB and the segmentation result of the region;
read input multispectral images in color channels and transform to gray scale;
register multispectral images via maximization of mutual information with white light image as reference;
determine Vmel, Vblood, and Voxyfor each ROI pixel to reconstruct maps of melanin, blood and oxygenating percentage;
extract feature representations within the ROI from the reconstructed maps; and
select one or more relevant features from a pool of the extracted features.
US13/852,6722012-03-282013-03-28Methods and Software for Screening and Diagnosing Skin Lesions and Plant DiseasesAbandonedUS20140036054A1 (en)

Priority Applications (2)

Application NumberPriority DateFiling DateTitle
US13/852,672US20140036054A1 (en)2012-03-282013-03-28Methods and Software for Screening and Diagnosing Skin Lesions and Plant Diseases
US16/278,946US10593040B2 (en)2012-03-282019-02-19Methods for screening and diagnosing a skin condition

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US201261616633P2012-03-282012-03-28
US13/852,672US20140036054A1 (en)2012-03-282013-03-28Methods and Software for Screening and Diagnosing Skin Lesions and Plant Diseases

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US16/278,946ContinuationUS10593040B2 (en)2012-03-282019-02-19Methods for screening and diagnosing a skin condition

Publications (1)

Publication NumberPublication Date
US20140036054A1true US20140036054A1 (en)2014-02-06

Family

ID=49261255

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US13/852,672AbandonedUS20140036054A1 (en)2012-03-282013-03-28Methods and Software for Screening and Diagnosing Skin Lesions and Plant Diseases
US16/278,946ActiveUS10593040B2 (en)2012-03-282019-02-19Methods for screening and diagnosing a skin condition

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US16/278,946ActiveUS10593040B2 (en)2012-03-282019-02-19Methods for screening and diagnosing a skin condition

Country Status (5)

CountryLink
US (2)US20140036054A1 (en)
EP (1)EP2831813B1 (en)
AU (2)AU2013237949A1 (en)
NZ (1)NZ701369A (en)
WO (1)WO2013149038A1 (en)

Cited By (59)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20120288015A1 (en)*2010-01-222012-11-15Thomson LicensingData pruning for video compression using example-based super-resolution
US20140003660A1 (en)*2012-06-292014-01-02Fujitsu LimitedHand detection method and apparatus
US20140311014A1 (en)*2011-11-092014-10-23Francois Gabriel FeugierPest control system, pest control method and pest control program
US20150131867A1 (en)*2013-11-082015-05-14Institute For Information IndustryTreatment recommending system of plant symptoms, method and non-transitory computer-readable medium
US20150227816A1 (en)*2014-02-102015-08-13Huawei Technologies Co., Ltd.Method and apparatus for detecting salient region of image
WO2015188251A1 (en)*2014-06-122015-12-17Precisionhawk Inc.Method and system for processing image data from unmanned aerial vehicles
US9286537B2 (en)*2014-01-222016-03-15Cognizant Technology Solutions India Pvt. Ltd.System and method for classifying a skin infection
US20160098838A1 (en)*2013-04-242016-04-07Commissariat à l'Energie Atomique et aux Energies AlternativesRegistration of sar images by mutual information
US9338477B2 (en)2010-09-102016-05-10Thomson LicensingRecovering a pruned version of a picture in a video sequence for example-based data pruning using intra-frame patch similarity
US20160171160A1 (en)*2013-07-192016-06-16Ricoh Company, Ltd.Healthcare system integration
US20160166194A1 (en)*2013-07-222016-06-16The Rockefeller UniversitySystem and method for optical detection of skin disease
US9414780B2 (en)2013-04-182016-08-16Digimarc CorporationDermoscopic data acquisition employing display illumination
US9466001B1 (en)*2015-04-072016-10-11Toshiba Tec Kabushiki KaishaImage processing apparatus and computer-readable storage medium
WO2016201158A1 (en)*2015-06-112016-12-15The Procter & Gamble CompanyCartridges for use in an apparatus for modifying keratinous surfaces
WO2016201159A1 (en)*2015-06-112016-12-15The Procter & Gamble CompanyCartridges for use in an apparatus for modifying keratinous surfaces
WO2016201157A1 (en)*2015-06-112016-12-15The Procter & Gamble CompanyApparatus and methods for modifying keratinous surfaces
US9544598B2 (en)2010-09-102017-01-10Thomson LicensingMethods and apparatus for pruning decision optimization in example-based data pruning compression
WO2017017687A1 (en)*2015-07-302017-02-02Emerald Medical Applications Ltd.Automatic detection of cutaneous lesions
US9602814B2 (en)2010-01-222017-03-21Thomson LicensingMethods and apparatus for sampling-based super resolution video encoding and decoding
KR101812406B1 (en)*2016-03-162017-12-27동국대학교 산학협력단The method and system for diagnosing skin disease
CN107527061A (en)*2016-06-212017-12-29哈尔滨工业大学EO-1 hyperion band selection method based on normalization multidimensional mutual information and Immune Clone Selection
WO2018005316A1 (en)2016-07-012018-01-04Bostel Technologies, LlcPhonodermoscopy, a medical device system and method for skin diagnosis
US9886758B2 (en)*2016-03-312018-02-06International Business Machines CorporationAnnotation of skin image using learned feature representation
US20180146911A1 (en)*2015-06-102018-05-31Tyto Care Ltd.Apparatus and method for inspecting skin lesions
WO2018109238A1 (en)*2016-12-122018-06-21Fundacion Tecnalia Research & InnovationAnalysis of histological images
US20180253845A1 (en)*2012-10-242018-09-06Sony CorporationSystem for determining a cancer diagnosis score derived from stained nuclei
US20180333589A1 (en)*2015-01-232018-11-22Young Han KimLight treatment device using lesion image analysis, method of detecting lesion position through lesion image analysis for use therein, and computing device-readable recording medium having the same recorded therein
CN109154978A (en)*2016-05-132019-01-04巴斯夫欧洲公司System and method for detecting plant disease
WO2019036009A1 (en)*2017-08-182019-02-21The Procter & Gamble CompanySystems and methods for identifying hyperpigmented spots
JP2019069178A (en)*2018-12-122019-05-09カシオ計算機株式会社Medical image processing apparatus, medical image processing method and program
CN109801235A (en)*2018-12-282019-05-24佛山科学技术学院A kind of epipremnum aureum blade disease causes detection method and device
JP2019118670A (en)*2018-01-092019-07-22カシオ計算機株式会社Diagnosis support apparatus, image processing method, and program
US10413232B2 (en)*2016-02-102019-09-17Balter Medical, As.Optical transfer diagnosis for detection and monitoring of tissue disorders
US10565429B2 (en)*2014-08-042020-02-18Ventana Medical Systems, Inc.Image analysis system using context features
CN110827231A (en)*2019-09-192020-02-21北京航空航天大学 A Saliency-Driven Active Learning Multi-Source Image Fusion Method
US10593057B2 (en)2016-12-222020-03-17Dermagenesis, LlcTouchless wound measurement, wound volume measurement, and other wound measurement
AU2015307296B2 (en)*2014-08-252020-05-21National Skin Centre (Singapore) Pte LtdMethod and device for analysing an image
US20200202622A1 (en)*2018-12-192020-06-25Nvidia CorporationMesh reconstruction using data-driven priors
US10747999B2 (en)*2017-10-182020-08-18The Trustees Of Columbia University In The City Of New YorkMethods and systems for pattern characteristic detection
CN111754459A (en)*2020-04-272020-10-09中国科学院信息工程研究所 Dyeing forgery image detection method and electronic device based on statistical depth feature
US10860896B2 (en)*2017-04-252020-12-08Uber Technologies, Inc.FPGA device for image classification
US20210097331A1 (en)*2018-07-092021-04-01Fujifilm CorporationMedical image processing apparatus, medical image processing system, medical image processing method, and program
US10991130B2 (en)*2019-07-292021-04-27Verizon Patent And Licensing Inc.Systems and methods for implementing a sensor based real time tracking system
US11030740B2 (en)*2016-01-072021-06-08Urgo Recherche Innovation Et DeveloppementDigital analysis of a digital image representing a wound for its automatic characterisation
CN112967262A (en)*2021-03-182021-06-15深圳市美侨医疗科技有限公司Urinary sediment tube type identification method based on morphological segmentation and deep learning
US11134885B2 (en)2015-08-132021-10-05The Rockefeller UniversityQuantitative dermoscopic melanoma screening
US11170872B2 (en)2019-11-052021-11-09Apeel Technology, Inc.Prediction of latent infection in plant products
US11244456B2 (en)*2017-10-032022-02-08Ohio State Innovation FoundationSystem and method for image segmentation and digital analysis for clinical trial scoring in skin disease
US11276490B2 (en)*2019-04-162022-03-15Seoul Women's University Industry-University Cooperation FoundationMethod and apparatus for classification of lesion based on learning data applying one or more augmentation methods in lesion information augmented patch of medical image
US11298072B2 (en)*2016-07-012022-04-12Bostel Technologies, LlcDermoscopy diagnosis of cancerous lesions utilizing dual deep learning algorithms via visual and audio (sonification) outputs
US11308731B2 (en)*2013-10-232022-04-19Roku, Inc.Identifying video content via color-based fingerprint matching
US20220122347A1 (en)*2019-02-122022-04-21Tata Consultancy Services LimitedAutomated unsupervised localization of context sensitive events in crops and computing extent thereof
US11361434B2 (en)2019-01-252022-06-14Otonexus Medical Technologies, Inc.Machine learning for otitis media diagnosis
US11406255B2 (en)2018-01-032022-08-09Koninklijke Philips N.V.System and method for detecting abnormal tissue using vascular features
USRE49230E1 (en)2015-06-112022-10-04The Procter & Gamble CompanyCartridges for use in an apparatus for modifying keratinous surfaces
KR20230141123A (en)*2022-03-312023-10-10주식회사 메디벨바이오Method of processing images for skin disease analysis
KR20230141141A (en)*2022-03-312023-10-10주식회사 메디벨바이오Analysing method for skin based on artificial intelligence
EP3077956B1 (en)2013-12-032023-10-11Children's National Medical CenterMethod and system for wound assessment and management
CN119399636A (en)*2024-12-312025-02-07四川省农业科学院蚕业研究所(四川省农业科学院特种经济动植物研究所) A mulberry tree disease and insect pest monitoring system and method based on Internet of Things image processing

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2014083433A2 (en)2012-12-022014-06-05Agricam AbSystems and methods for predicting the outcome of a state of a subject
US9996925B2 (en)2013-10-302018-06-12Worcester Polytechnic InstituteSystem and method for assessing wound
WO2015066297A1 (en)*2013-10-302015-05-07Worcester Polytechnic InstituteSystem and method for assessing wound
WO2015089115A1 (en)2013-12-092015-06-18Nant Holdings Ip, LlcFeature density object classification, systems and methods
GB2541865A (en)*2015-07-302017-03-08Emerald Medical Applications LtdImage processing system and method
CN107240091B (en)*2017-04-212019-09-03安翰科技(武汉)股份有限公司Capsule endoscope image preprocessing system and method
US11748877B2 (en)2017-05-112023-09-05The Research Foundation For The State University Of New YorkSystem and method associated with predicting segmentation quality of objects in analysis of copious image data
WO2018219818A1 (en)*2017-06-022018-12-06Koninklijke Philips N.V.Quantified aspects of lesions in medical images
GR1009346B (en)*2017-12-082018-08-13Νικολαος Χρηστου ΠετρελληςPortable photos-classifying system and method
AR116767A1 (en)2018-10-192021-06-09Climate Corp DETECTION OF PLANT DISEASE INFECTIONS BY CLASSIFICATION OF PLANT PHOTOGRAPHS
US11386636B2 (en)2019-04-042022-07-12Datalogic Usa, Inc.Image preprocessing for optical character recognition
CN110363162B (en)*2019-07-182022-03-08北京工业大学 A deep learning target detection method focusing on key regions
CN110751228B (en)*2019-10-282023-04-07西京学院Crop pathological change leaf detection method based on improved k-means algorithm
US20210209755A1 (en)*2020-01-022021-07-08Nabin K. MishraAutomatic lesion border selection based on morphology and color features
CN111291667A (en)*2020-01-222020-06-16上海交通大学Method for detecting abnormality in cell visual field map and storage medium
DE102020125434A1 (en)*2020-09-292022-03-31Claas Selbstfahrende Erntemaschinen Gmbh Agricultural machine with NIR sensor and data processing system
CA3096285A1 (en)2020-10-162022-04-16Pulsemedica Corp.Opthalmological imaging and laser delivery device, system and methods
TWI784334B (en)*2020-10-292022-11-21國立臺灣大學Disease diagnosing method and disease diagnosing system
CA3100460A1 (en)2020-11-242022-05-24Pulsemedica Corp.Spatial light modulation targeting of therapeutic lasers for treatment of ophthalmological conditions
CA3103872A1 (en)*2020-12-232022-06-23Pulsemedica Corp.Automatic annotation of condition features in medical images
WO2022149566A1 (en)*2021-01-062022-07-14ピンポイントフォトニクス株式会社Remote system for determining risk of skin diseases and remote method for determining risk of skin diseases
US12136212B2 (en)*2021-02-192024-11-05Precision Silver LlcMeasurement of phytotoxicity from imagery
TWI837522B (en)*2021-10-012024-04-01臺北醫學大學Evaluation system of posriasis imaging and its operation method
TWI874826B (en)*2022-10-142025-03-01臺中榮民總醫院Image identification method for skin disease and image identification system for skin disease
WO2024102061A1 (en)*2022-11-112024-05-16Malskin AbMethod for full body melanoma screening for melanoma detection
CN115760824B (en)*2022-11-282024-03-01脉得智能科技(无锡)有限公司Skin disease auxiliary diagnosis system and method, electronic equipment and storage medium
US12217422B1 (en)2024-02-022025-02-04BelleTorus CorporationCompute system with skin disease identification mechanism and method of operation thereof

Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20050273011A1 (en)*2003-10-162005-12-08David HatteryMultispectral imaging for quantitative contrast of functional and structural features of layers inside optically dense media such as tissue
US20060269111A1 (en)*2005-05-272006-11-30Stoecker & Associates, A Subsidiary Of The Dermatology Center, LlcAutomatic detection of critical dermoscopy features for malignant melanoma diagnosis
US20080095429A1 (en)*1999-04-262008-04-24Adobe Systems Incorporated, A Delaware CorporationIdentifying intrinsic pixel colors in a region of uncertain pixels
US20080226151A1 (en)*2007-03-072008-09-18George ZouridakisDevice and software for screening the skin
US20090028851A1 (en)*2004-10-012009-01-29Maxplanck-Gesellschaft Zur Förderung Der WissenschNovel Antibodies Directed to the Mammalian Eag1 Ion Channel Protein
US20090279760A1 (en)*2007-11-162009-11-12Bergman Harris LMethod for displaying measurements and temporal changes of skin surface images
US20120008838A1 (en)*2000-08-072012-01-12Health Discovery CorporationSystem and method for remote melanoma screening

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7179222B2 (en)*1996-11-202007-02-20Olympus CorporationFluorescent endoscope system enabling simultaneous achievement of normal light observation based on reflected light and fluorescence observation based on light with wavelengths in infrared spectrum
AUPR509801A0 (en)*2001-05-182001-06-14Polartechnics LimitedBoundary finding in dermatological examination
US7496228B2 (en)*2003-06-132009-02-24Landwehr Val RMethod and system for detecting and classifying objects in images, such as insects and other arthropods
US7233708B2 (en)*2003-11-072007-06-19Microsoft CorporationSystems and methods for indexing and retrieving images
DE102005017337B4 (en)*2005-04-142008-06-19Siemens Ag Method, device and data carrier with a computer program product for the analysis of three-dimensional digital image data
JP4704804B2 (en)*2005-05-182011-06-22株式会社名南製作所 Wood section exploration method, apparatus and program
US20100185064A1 (en)*2007-01-052010-07-22Jadran BandicSkin analysis methods
US20130090571A1 (en)*2011-10-062013-04-11The Board Of Regents Of The University Of Texas SystemMethods and systems for monitoring and preventing pressure ulcers

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20080095429A1 (en)*1999-04-262008-04-24Adobe Systems Incorporated, A Delaware CorporationIdentifying intrinsic pixel colors in a region of uncertain pixels
US20120008838A1 (en)*2000-08-072012-01-12Health Discovery CorporationSystem and method for remote melanoma screening
US20050273011A1 (en)*2003-10-162005-12-08David HatteryMultispectral imaging for quantitative contrast of functional and structural features of layers inside optically dense media such as tissue
US20090028851A1 (en)*2004-10-012009-01-29Maxplanck-Gesellschaft Zur Förderung Der WissenschNovel Antibodies Directed to the Mammalian Eag1 Ion Channel Protein
US20060269111A1 (en)*2005-05-272006-11-30Stoecker & Associates, A Subsidiary Of The Dermatology Center, LlcAutomatic detection of critical dermoscopy features for malignant melanoma diagnosis
US20080226151A1 (en)*2007-03-072008-09-18George ZouridakisDevice and software for screening the skin
US20090279760A1 (en)*2007-11-162009-11-12Bergman Harris LMethod for displaying measurements and temporal changes of skin surface images

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Celebi, M. Emre, et al. "Lesion border detection in dermoscopy images." Computerized medical imaging and graphics 33.2 (2009): 148-153.*
Yuan, Xiaojing, et al. "SVM-based texture classification and application to early melanoma detection." Engineering in Medicine and Biology Society, 2006. EMBS'06. 28th Annual International Conference of the IEEE. IEEE, 2006*

Cited By (95)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9602814B2 (en)2010-01-222017-03-21Thomson LicensingMethods and apparatus for sampling-based super resolution video encoding and decoding
US9813707B2 (en)*2010-01-222017-11-07Thomson Licensing DtvData pruning for video compression using example-based super-resolution
US20120288015A1 (en)*2010-01-222012-11-15Thomson LicensingData pruning for video compression using example-based super-resolution
US9338477B2 (en)2010-09-102016-05-10Thomson LicensingRecovering a pruned version of a picture in a video sequence for example-based data pruning using intra-frame patch similarity
US9544598B2 (en)2010-09-102017-01-10Thomson LicensingMethods and apparatus for pruning decision optimization in example-based data pruning compression
US20140311014A1 (en)*2011-11-092014-10-23Francois Gabriel FeugierPest control system, pest control method and pest control program
US20140003660A1 (en)*2012-06-292014-01-02Fujitsu LimitedHand detection method and apparatus
US10176577B2 (en)*2012-10-242019-01-08Sony CorporationSystem for determining a cancer diagnosis score derived from stained nuclei
US20180253845A1 (en)*2012-10-242018-09-06Sony CorporationSystem for determining a cancer diagnosis score derived from stained nuclei
US10219736B2 (en)2013-04-182019-03-05Digimarc CorporationMethods and arrangements concerning dermatology
US9414780B2 (en)2013-04-182016-08-16Digimarc CorporationDermoscopic data acquisition employing display illumination
US20160098838A1 (en)*2013-04-242016-04-07Commissariat à l'Energie Atomique et aux Energies AlternativesRegistration of sar images by mutual information
US9495747B2 (en)*2013-04-242016-11-15Commissariat A L'energie Atomique Et Aux Energies AlternativesRegistration of SAR images by mutual information
US20160171160A1 (en)*2013-07-192016-06-16Ricoh Company, Ltd.Healthcare system integration
US10025901B2 (en)*2013-07-192018-07-17Ricoh Company Ltd.Healthcare system integration
US11931164B2 (en)2013-07-222024-03-19The Rockefeller UniversitySystem and method for optical detection of skin disease
US20160166194A1 (en)*2013-07-222016-06-16The Rockefeller UniversitySystem and method for optical detection of skin disease
US10307098B2 (en)*2013-07-222019-06-04The Rockefeller UniversitySystem and method for optical detection of skin disease
US10182757B2 (en)2013-07-222019-01-22The Rockefeller UniversitySystem and method for optical detection of skin disease
US11308731B2 (en)*2013-10-232022-04-19Roku, Inc.Identifying video content via color-based fingerprint matching
US20150131867A1 (en)*2013-11-082015-05-14Institute For Information IndustryTreatment recommending system of plant symptoms, method and non-transitory computer-readable medium
US9330460B2 (en)*2013-11-082016-05-03Institute For Information IndustryTreatment recommending system of plant symptoms, method and non-transitory computer-readable medium
EP3077956B1 (en)2013-12-032023-10-11Children's National Medical CenterMethod and system for wound assessment and management
US9286537B2 (en)*2014-01-222016-03-15Cognizant Technology Solutions India Pvt. Ltd.System and method for classifying a skin infection
US9659233B2 (en)*2014-02-102017-05-23Huawei Technologies Co., Ltd.Method and apparatus for detecting salient region of image
US20150227816A1 (en)*2014-02-102015-08-13Huawei Technologies Co., Ltd.Method and apparatus for detecting salient region of image
WO2015188251A1 (en)*2014-06-122015-12-17Precisionhawk Inc.Method and system for processing image data from unmanned aerial vehicles
US10565429B2 (en)*2014-08-042020-02-18Ventana Medical Systems, Inc.Image analysis system using context features
AU2015307296B2 (en)*2014-08-252020-05-21National Skin Centre (Singapore) Pte LtdMethod and device for analysing an image
US10525276B2 (en)*2015-01-232020-01-07Ilooda Co., Ltd.Light treatment device using lesion image analysis, method of detecting lesion position through lesion image analysis for use therein, and computing device-readable recording medium having the same recorded therein
US20180333589A1 (en)*2015-01-232018-11-22Young Han KimLight treatment device using lesion image analysis, method of detecting lesion position through lesion image analysis for use therein, and computing device-readable recording medium having the same recorded therein
US9466001B1 (en)*2015-04-072016-10-11Toshiba Tec Kabushiki KaishaImage processing apparatus and computer-readable storage medium
US10257406B2 (en)2015-04-072019-04-09Toshiba Tec Kabushiki KaishaImage processing apparatus and computer-readable storage medium
US20180146911A1 (en)*2015-06-102018-05-31Tyto Care Ltd.Apparatus and method for inspecting skin lesions
US11013455B2 (en)*2015-06-102021-05-25Tyto Care Ltd.Apparatus and method for inspecting skin lesions
JP2018529395A (en)*2015-06-112018-10-11ザ プロクター アンド ギャンブル カンパニー Cartridge for use in an apparatus for modifying the keratinous surface
JP2018527960A (en)*2015-06-112018-09-27ザ プロクター アンド ギャンブル カンパニー Cartridge for use in an apparatus for modifying the keratinous surface
JP2018522626A (en)*2015-06-112018-08-16ザ プロクター アンド ギャンブル カンパニー Apparatus and method for modifying keratinous surface
US11116302B2 (en)2015-06-112021-09-14The Procter & Gamble CompanyApparatus and methods for modifying keratinous surfaces
WO2016201159A1 (en)*2015-06-112016-12-15The Procter & Gamble CompanyCartridges for use in an apparatus for modifying keratinous surfaces
WO2016201158A1 (en)*2015-06-112016-12-15The Procter & Gamble CompanyCartridges for use in an apparatus for modifying keratinous surfaces
CN107734995A (en)*2015-06-112018-02-23宝洁公司For changing the apparatus and method of keratinous surfaces
JP2020114455A (en)*2015-06-112020-07-30ザ プロクター アンド ギャンブル カンパニーThe Procter & Gamble CompanyApparatus and method for modifying keratinous surface
CN107708475A (en)*2015-06-112018-02-16宝洁公司The barrel used in the equipment for changing keratinous surfaces
WO2016201157A1 (en)*2015-06-112016-12-15The Procter & Gamble CompanyApparatus and methods for modifying keratinous surfaces
USRE49230E1 (en)2015-06-112022-10-04The Procter & Gamble CompanyCartridges for use in an apparatus for modifying keratinous surfaces
WO2017017687A1 (en)*2015-07-302017-02-02Emerald Medical Applications Ltd.Automatic detection of cutaneous lesions
GB2541864A (en)*2015-07-302017-03-08Emerald Medical Applications LtdAutomatic detection of cutaneous lesions
US11134885B2 (en)2015-08-132021-10-05The Rockefeller UniversityQuantitative dermoscopic melanoma screening
US11030740B2 (en)*2016-01-072021-06-08Urgo Recherche Innovation Et DeveloppementDigital analysis of a digital image representing a wound for its automatic characterisation
US10413232B2 (en)*2016-02-102019-09-17Balter Medical, As.Optical transfer diagnosis for detection and monitoring of tissue disorders
KR101812406B1 (en)*2016-03-162017-12-27동국대학교 산학협력단The method and system for diagnosing skin disease
US9886758B2 (en)*2016-03-312018-02-06International Business Machines CorporationAnnotation of skin image using learned feature representation
US11037291B2 (en)*2016-05-132021-06-15Basf SeSystem and method for detecting plant diseases
CN109154978A (en)*2016-05-132019-01-04巴斯夫欧洲公司System and method for detecting plant disease
CN107527061A (en)*2016-06-212017-12-29哈尔滨工业大学EO-1 hyperion band selection method based on normalization multidimensional mutual information and Immune Clone Selection
US11484247B2 (en)2016-07-012022-11-01Bostel Technologies, LlcPhonodermoscopy, a medical device system and method for skin diagnosis
EP3478160A4 (en)*2016-07-012020-04-08Bostel Technologies, LLC PHONODERMOSCOPY, MEDICAL SYSTEM AND METHOD FOR SKIN DIAGNOSIS
WO2018005316A1 (en)2016-07-012018-01-04Bostel Technologies, LlcPhonodermoscopy, a medical device system and method for skin diagnosis
US11298072B2 (en)*2016-07-012022-04-12Bostel Technologies, LlcDermoscopy diagnosis of cancerous lesions utilizing dual deep learning algorithms via visual and audio (sonification) outputs
WO2018109238A1 (en)*2016-12-122018-06-21Fundacion Tecnalia Research & InnovationAnalysis of histological images
US10593057B2 (en)2016-12-222020-03-17Dermagenesis, LlcTouchless wound measurement, wound volume measurement, and other wound measurement
US10860896B2 (en)*2017-04-252020-12-08Uber Technologies, Inc.FPGA device for image classification
US20200178881A1 (en)*2017-08-182020-06-11The Procter & Gamble CompanySystems and Methods for Identifying Hyperpigmented Spots
WO2019036009A1 (en)*2017-08-182019-02-21The Procter & Gamble CompanySystems and methods for identifying hyperpigmented spots
JP2020531984A (en)*2017-08-182020-11-05ザ プロクター アンド ギャンブル カンパニーThe Procter & Gamble Company Systems and methods for identifying pigmented spots
CN111433861A (en)*2017-08-182020-07-17宝洁公司 System and method for identifying hyperpigmented spots
US11244456B2 (en)*2017-10-032022-02-08Ohio State Innovation FoundationSystem and method for image segmentation and digital analysis for clinical trial scoring in skin disease
US10747999B2 (en)*2017-10-182020-08-18The Trustees Of Columbia University In The City Of New YorkMethods and systems for pattern characteristic detection
US11406255B2 (en)2018-01-032022-08-09Koninklijke Philips N.V.System and method for detecting abnormal tissue using vascular features
JP7087390B2 (en)2018-01-092022-06-21カシオ計算機株式会社 Diagnostic support device, image processing method and program
JP2019118670A (en)*2018-01-092019-07-22カシオ計算機株式会社Diagnosis support apparatus, image processing method, and program
US20210097331A1 (en)*2018-07-092021-04-01Fujifilm CorporationMedical image processing apparatus, medical image processing system, medical image processing method, and program
US12388960B2 (en)2018-07-092025-08-12Fujifilm CorporationMedical image processing apparatus, medical image processing system, medical image processing method, and program
US11991478B2 (en)*2018-07-092024-05-21Fujifilm CorporationMedical image processing apparatus, medical image processing system, medical image processing method, and program
JP2019069178A (en)*2018-12-122019-05-09カシオ計算機株式会社Medical image processing apparatus, medical image processing method and program
US11995854B2 (en)*2018-12-192024-05-28Nvidia CorporationMesh reconstruction using data-driven priors
US20200202622A1 (en)*2018-12-192020-06-25Nvidia CorporationMesh reconstruction using data-driven priors
CN109801235A (en)*2018-12-282019-05-24佛山科学技术学院A kind of epipremnum aureum blade disease causes detection method and device
US11361434B2 (en)2019-01-252022-06-14Otonexus Medical Technologies, Inc.Machine learning for otitis media diagnosis
US12137871B2 (en)2019-01-252024-11-12Otonexus Medical Technologies, Inc.Machine learning for otitis media diagnosis
US20220122347A1 (en)*2019-02-122022-04-21Tata Consultancy Services LimitedAutomated unsupervised localization of context sensitive events in crops and computing extent thereof
US11989886B2 (en)*2019-02-122024-05-21Tata Consultancy Services LimitedAutomated unsupervised localization of context sensitive events in crops and computing extent thereof
US11276490B2 (en)*2019-04-162022-03-15Seoul Women's University Industry-University Cooperation FoundationMethod and apparatus for classification of lesion based on learning data applying one or more augmentation methods in lesion information augmented patch of medical image
US10991130B2 (en)*2019-07-292021-04-27Verizon Patent And Licensing Inc.Systems and methods for implementing a sensor based real time tracking system
CN110827231A (en)*2019-09-192020-02-21北京航空航天大学 A Saliency-Driven Active Learning Multi-Source Image Fusion Method
US11170872B2 (en)2019-11-052021-11-09Apeel Technology, Inc.Prediction of latent infection in plant products
US12380965B2 (en)2019-11-052025-08-05Apeel Technology, Inc.Prediction of infection in plant products
CN111754459A (en)*2020-04-272020-10-09中国科学院信息工程研究所 Dyeing forgery image detection method and electronic device based on statistical depth feature
CN112967262A (en)*2021-03-182021-06-15深圳市美侨医疗科技有限公司Urinary sediment tube type identification method based on morphological segmentation and deep learning
KR20230141141A (en)*2022-03-312023-10-10주식회사 메디벨바이오Analysing method for skin based on artificial intelligence
KR20230141123A (en)*2022-03-312023-10-10주식회사 메디벨바이오Method of processing images for skin disease analysis
KR102843995B1 (en)*2022-03-312025-08-08주식회사 메디벨바이오Analysing method for skin based on artificial intelligence
KR102844007B1 (en)*2022-03-312025-08-08주식회사 메디벨바이오Method of processing images for skin disease analysis
CN119399636A (en)*2024-12-312025-02-07四川省农业科学院蚕业研究所(四川省农业科学院特种经济动植物研究所) A mulberry tree disease and insect pest monitoring system and method based on Internet of Things image processing

Also Published As

Publication numberPublication date
NZ701369A (en)2016-09-30
US10593040B2 (en)2020-03-17
US20190188851A1 (en)2019-06-20
WO2013149038A1 (en)2013-10-03
AU2013237949A1 (en)2014-11-13
EP2831813A4 (en)2016-04-27
AU2018217335B2 (en)2020-05-28
EP2831813B1 (en)2019-11-06
AU2018217335A1 (en)2018-09-06
EP2831813A1 (en)2015-02-04

Similar Documents

PublicationPublication DateTitle
US10593040B2 (en)Methods for screening and diagnosing a skin condition
Javed et al.A comparative study of features selection for skin lesion detection from dermoscopic images
Khan et al.Classification of melanoma and nevus in digital images for diagnosis of skin cancer
Oliveira et al.Computational diagnosis of skin lesions from dermoscopic images using combined features
Barata et al.A survey of feature extraction in dermoscopy image analysis of skin cancer
Abbas et al.Pattern classification of dermoscopy images: A perceptually uniform model
KambojA color-based approach for melanoma skin cancer detection
Saez et al.Pattern analysis in dermoscopic images
Okuboyejo et al.A review of prevalent methods for automatic skin lesion diagnosis
Cavalcanti et al.Macroscopic pigmented skin lesion segmentation and its influence on lesion classification and diagnosis
Fuduli et al.Melanoma detection using color and texture features in computer vision systems
Abedini et al.10 Accurate and Scalable
Nasir et al.Melanoma detection and classification using computerized analysis of dermoscopic systems: a review
Munia et al.Automatic diagnosis of melanoma using linear and nonlinear features from digital image
US20210209755A1 (en)Automatic lesion border selection based on morphology and color features
GlaisterAutomatic segmentation of skin lesions from dermatological photographs
Roja Ramani et al.U-Net based segmentation and multiple feature extraction of dermascopic images for efficient diagnosis of melanoma
Zouridakis et al.Melanoma and other skin lesion detection using smart handheld devices
Jaworek-Korjakowska et al.Deep neural networks and advanced computer vision algorithms in the early diagnosis of skin diseases
Fauzi et al.Segmentation and management of chronic wound images: A computer-based approach
Saghir et al.Skin cancer image segmentation based on midpoint analysis approach
Zare et al.Early detection of melanoma in dermoscopy of skin lesion images by computer vision based system
Maiti et al.Detection of skin cancer through hybrid color features and soft voting ensemble classifier
Esgario et al.Beyond visual image: Automated diagnosis of pigmented skin lesions combining clinical image features with patient data
Bernart et al.Segmentation and classification of melanocytic skin lesions using local and contextual features

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:UNIVERSITY OF HOUSTON SYSTEM, TEXAS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ZOURIDAKIS, GEORGE;REEL/FRAME:033991/0231

Effective date:20141021

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION


[8]ページ先頭

©2009-2025 Movatter.jp