22 resultados para SIFT,Computer Vision,Python,Object Recognition,Feature Detection,Descriptor Computation
em Universidade Federal do Rio Grande do Norte(UFRN)
Resumo:
AIRES, Kelson R. T. ; ARAÚJO, Hélder J. ; MEDEIROS, Adelardo A. D. . Plane Detection from Monocular Image Sequences. In: VISUALIZATION, IMAGING AND IMAGE PROCESSING, 2008, Palma de Mallorca, Spain. Proceedings..., Palma de Mallorca: VIIP, 2008
Resumo:
AIRES, Kelson R. T. ; ARAÚJO, Hélder J. ; MEDEIROS, Adelardo A. D. . Plane Detection from Monocular Image Sequences. In: VISUALIZATION, IMAGING AND IMAGE PROCESSING, 2008, Palma de Mallorca, Spain. Proceedings..., Palma de Mallorca: VIIP, 2008
Resumo:
This work uses computer vision algorithms related to features in the identification of medicine boxes for the visually impaired. The system is for people who have a disease that compromises his vision, hindering the identification of the correct medicine to be ingested. We use the camera, available in several popular devices such as computers, televisions and phones, to identify the box of the correct medicine and audio through the image, showing the poor information about the medication, such: as the dosage, indication and contraindications of the medication. We utilize a model of object detection using algorithms to identify the features in the boxes of drugs and playing the audio at the time of detection of feauteres in those boxes. Experiments carried out with 15 people show that where 93 % think that the system is useful and very helpful in identifying drugs for boxes. So, it is necessary to make use of this technology to help several people with visual impairments to take the right medicine, at the time indicated in advance by the physician
Resumo:
Visual attention is a very important task in autonomous robotics, but, because of its complexity, the processing time required is significant. We propose an architecture for feature selection using foveated images that is guided by visual attention tasks and that reduces the processing time required to perform these tasks. Our system can be applied in bottom-up or top-down visual attention. The foveated model determines which scales are to be used on the feature extraction algorithm. The system is able to discard features that are not extremely necessary for the tasks, thus, reducing the processing time. If the fovea is correctly placed, then it is possible to reduce the processing time without compromising the quality of the tasks outputs. The distance of the fovea from the object is also analyzed. If the visual system loses the tracking in top-down attention, basic strategies of fovea placement can be applied. Experiments have shown that it is possible to reduce up to 60% the processing time with this approach. To validate the method, we tested it with the feature algorithm known as Speeded Up Robust Features (SURF), one of the most efficient approaches for feature extraction. With the proposed architecture, we can accomplish real time requirements of robotics vision, mainly to be applied in autonomous robotics
Resumo:
The Amyotrophic Lateral Sclerosis (ALS) is a neurodegenerative disease characterized by progressive muscle weakness that leads the patient to death, usually due to respiratory complications. Thus, as the disease progresses the patient will require noninvasive ventilation (NIV) and constant monitoring. This paper presents a distributed architecture for homecare monitoring of nocturnal NIV in patients with ALS. The implementation of this architecture used single board computers and mobile devices placed in patient’s homes, to display alert messages for caregivers and a web server for remote monitoring by the healthcare staff. The architecture used a software based on fuzzy logic and computer vision to capture data from a mechanical ventilator screen and generate alert messages with instructions for caregivers. The monitoring was performed on 29 patients for 7 con-tinuous hours daily during 5 days generating a total of 126000 samples for each variable monitored at a sampling rate of one sample per second. The system was evaluated regarding the rate of hits for character recognition and its correction through an algorithm for the detection and correction of errors. Furthermore, a healthcare team evaluated regarding the time intervals at which the alert messages were generated and the correctness of such messages. Thus, the system showed an average hit rate of 98.72%, and in the worst case 98.39%. As for the message to be generated, the system also agreed 100% to the overall assessment, and there was disagreement in only 2 cases with one of the physician evaluators.
Resumo:
The Amyotrophic Lateral Sclerosis (ALS) is a neurodegenerative disease characterized by progressive muscle weakness that leads the patient to death, usually due to respiratory complications. Thus, as the disease progresses the patient will require noninvasive ventilation (NIV) and constant monitoring. This paper presents a distributed architecture for homecare monitoring of nocturnal NIV in patients with ALS. The implementation of this architecture used single board computers and mobile devices placed in patient’s homes, to display alert messages for caregivers and a web server for remote monitoring by the healthcare staff. The architecture used a software based on fuzzy logic and computer vision to capture data from a mechanical ventilator screen and generate alert messages with instructions for caregivers. The monitoring was performed on 29 patients for 7 con-tinuous hours daily during 5 days generating a total of 126000 samples for each variable monitored at a sampling rate of one sample per second. The system was evaluated regarding the rate of hits for character recognition and its correction through an algorithm for the detection and correction of errors. Furthermore, a healthcare team evaluated regarding the time intervals at which the alert messages were generated and the correctness of such messages. Thus, the system showed an average hit rate of 98.72%, and in the worst case 98.39%. As for the message to be generated, the system also agreed 100% to the overall assessment, and there was disagreement in only 2 cases with one of the physician evaluators.
Resumo:
The main objective of this work was to enable the recognition of human gestures through the development of a computer program. The program created captures the gestures executed by the user through a camera attached to the computer and sends it to the robot command referring to the gesture. They were interpreted in total ve gestures made by human hand. The software (developed in C ++) widely used the computer vision concepts and open source library OpenCV that directly impact the overall e ciency of the control of mobile robots. The computer vision concepts take into account the use of lters to smooth/blur the image noise reduction, color space to better suit the developer's desktop as well as useful information for manipulating digital images. The OpenCV library was essential in creating the project because it was possible to use various functions/procedures for complete control lters, image borders, image area, the geometric center of borders, exchange of color spaces, convex hull and convexity defect, plus all the necessary means for the characterization of imaged features. During the development of the software was the appearance of several problems, as false positives (noise), underperforming the insertion of various lters with sizes oversized masks, as well as problems arising from the choice of color space for processing human skin tones. However, after the development of seven versions of the control software, it was possible to minimize the occurrence of false positives due to a better use of lters combined with a well-dimensioned mask size (tested at run time) all associated with a programming logic that has been perfected over the construction of the seven versions. After all the development is managed software that met the established requirements. After the completion of the control software, it was observed that the overall e ectiveness of the various programs, highlighting in particular the V programs: 84.75 %, with VI: 93.00 % and VII with: 94.67 % showed that the nal program performed well in interpreting gestures, proving that it was possible the mobile robot control through human gestures without the need for external accessories to give it a better mobility and cost savings for maintain such a system. The great merit of the program was to assist capacity in demystifying the man set/machine therefore uses an easy and intuitive interface for control of mobile robots. Another important feature observed is that to control the mobile robot is not necessary to be close to the same, as to control the equipment is necessary to receive only the address that the Robotino passes to the program via network or Wi-Fi.
Resumo:
Large efforts have been maden by the scientific community on tasks involving locomotion of mobile robots. To execute this kind of task, we must develop to the robot the ability of navigation through the environment in a safe way, that is, without collisions with the objects. In order to perform this, it is necessary to implement strategies that makes possible to detect obstacles. In this work, we deal with this problem by proposing a system that is able to collect sensory information and to estimate the possibility for obstacles to occur in the mobile robot path. Stereo cameras positioned in parallel to each other in a structure coupled to the robot are employed as the main sensory device, making possible the generation of a disparity map. Code optimizations and a strategy for data reduction and abstraction are applied to the images, resulting in a substantial gain in the execution time. This makes possible to the high level decision processes to execute obstacle deviation in real time. This system can be employed in situations where the robot is remotely operated, as well as in situations where it depends only on itself to generate trajectories (the autonomous case)
Resumo:
We propose a multi-resolution, coarse-to-fine approach for stereo matching, where the first matching happens at a different depth for each pixel. The proposed technique has the potential of attenuating several problems faced by the constant depth algorithm, making it possible to reduce the number of errors or the number of comparations needed to get equivalent results. Several experiments were performed to demonstrate the method efficiency, including comparison with the traditional plain correlation technique, where the multi-resolution matching with variable depth, proposed here, generated better results with a smaller processing time
Resumo:
This study aims to seek a more viable alternative for the calculation of differences in images of stereo vision, using a factor that reduces heel the amount of points that are considered on the captured image, and a network neural-based radial basis functions to interpolate the results. The objective to be achieved is to produce an approximate picture of disparities using algorithms with low computational cost, unlike the classical algorithms
Resumo:
Visual Odometry is the process that estimates camera position and orientation based solely on images and in features (projections of visual landmarks present in the scene) extraced from them. With the increasing advance of Computer Vision algorithms and computer processing power, the subarea known as Structure from Motion (SFM) started to supply mathematical tools composing localization systems for robotics and Augmented Reality applications, in contrast with its initial purpose of being used in inherently offline solutions aiming 3D reconstruction and image based modelling. In that way, this work proposes a pipeline to obtain relative position featuring a previously calibrated camera as positional sensor and based entirely on models and algorithms from SFM. Techniques usually applied in camera localization systems such as Kalman filters and particle filters are not used, making unnecessary additional information like probabilistic models for camera state transition. Experiments assessing both 3D reconstruction quality and camera position estimated by the system were performed, in which image sequences captured in reallistic scenarios were processed and compared to localization data gathered from a mobile robotic platform
Resumo:
A challenge that remains in the robotics field is how to make a robot to react in real time to visual stimulus. Traditional computer vision algorithms used to overcome this problem are still very expensive taking too long when using common computer processors. Very simple algorithms like image filtering or even mathematical morphology operations may take too long. Researchers have implemented image processing algorithms in high parallelism hardware devices in order to cut down the time spent in the algorithms processing, with good results. By using hardware implemented image processing techniques and a platform oriented system that uses the Nios II Processor we propose an approach that uses the hardware processing and event based programming to simplify the vision based systems while at the same time accelerating some parts of the used algorithms
Resumo:
Episodic memory refers to the recollection of what, where and when a specific event occurred. Hippocampus is a key structure in this type of memory. Computational models suggest that the dentate gyrus (DG) and the CA3 hippocampal subregions are involved in pattern separation and the rapid acquisition of episodic memories, while CA1 is involved in memory consolidation. However there are few studies with animal models that access simultaneously the aspects ‗what-where-when . Recently, an object recognition episodic-like memory task in rodents was proposed. This task consists of two sample trials and a test phase. In sample trial one, the rat is exposed to four copies of an object. In sample trial two, one hour later, the rat is exposed to four copies of a different object. In the test phase, 1 h later, two copies of each of the objects previously used are presented. One copy of the object used in sample trial one is located in a different place, and therefore it is expected to be the most explored object.However, the short retention delay of the task narrows its applications. This study verifies if this task can be evoked after 24h and whether the pharmacological inactivation of the DG/CA3 and CA1 subregions could differentially impair the acquisition of the task described. Validation of the task with a longer interval (24h) was accomplished (animals showed spatiotemporal object discrimination and scopolamine (1 mg/kg, ip) injected pos-training impaired performance). Afterwards, the GABA agonist muscimol, (0,250 μg/μl; volume = 0,5 μl) or saline were injected in the hippocampal subregions fifteen minutes before training. Pre-training inactivation of the DG/CA3 subregions impaired the spatial discrimination of the objects (‗where ), while the temporal discrimination (‗when ) was preserved. Rats treated with muscimol in the CA1 subregion explored all the objects equally well, irrespective of place or presentation time. Our results corroborate the computational models that postulate a role for DG/CA3 in spatial pattern separation, and a role for CA1 in the consolidation process of different mnemonic episodes
Resumo:
The use and the demand for substances that enhance masculinity, strength and sexual power are not novel. Over the years, this search has assisted the research directions in this area, leading to the discovery of the primary male sex hormone testosterone in 1935. Since then, numerous testosterone analogue compounds were synthesized, which are generically called Anabolic Androgenic Steroids (AAS). The AAS were produced for therapeutic purposes, but an increase in the use of these compounds for other purposes occurred over time. Initially they were used mainly to improve performance in athletes. However, recent studies have shown that the use of AAS by non-athletes with aesthetical purposes have been increasing as well. The abuse of AAS with non-clinical purposes can promote a number of physiological alterations, such as heart, liver, respiratory and psychological problems such as changes in mood, levels of anxiety and aggression. Exposure to supraphysiological doses of AAS is associated with behavioral changes, however, little is known about the effects of AAS on cognitive functions. In this work, we aimed to mimic the AAS abuse in humans with intramuscular administration of a supraphysiological dose of testosterone propionate (TP) in rats. We investigated the effects of this treatment on different aspects of cognitive function, specifically learning, memory and anxiety. Adult male Wistar rats were tested in the spontaneous alternation, novel object recognition and plus-maze discriminative avoidance tasks. The control group received intramuscular injections of vegetable oil (vehicle), and the TP group received injections of TP (10 mg/kg, i.m.). The injections were administered for 40 days, with intervals of 48 hours (chronic treatment) or in a single injection (acute treatment). In addition to the behavioral assessments, we performed biochemical analyzes as indicators of the endocrine effects of the treatment. Our results show that chronic treatment with a supraphysiological dose of TP caused memory impairments in the novel object recognition and the discriminative avoidance tasks. The spatial working memory (evaluated by spontaneous alternation task) was not affected. Also, we did not observe changes in anxiety levels. Regarding the biochemical parameters, chronic treatment increased serum levels of glutamicpyruvic transaminase, an indicator of hepatic and pancreatic lesions (as those observed after chronic use of these substances in humans). On the other hand, acute treatment with PT did not promote significant changes in any of these parameters when compared to the control group. In summary, we conclude that chronic treatment with a supraphysiological dose of testosterone propionate produces memory deficits in novel object recognition and retrieval of the discriminative avoidance task in adult male rats
Resumo:
We have recently verified that the monoamine depleting drug reserpine at doses that do not modify motor function - impairs memory in a rodent model of aversive discrimination. In this study, the effects of reserpine (0.1-0.5 mg/kg) on the performance of rats in object recognition, spatial working memory (spontaneous alternation) and emotional memory (contextual freezing conditioning) tasks were investigated. While object recognition and spontaneous alternation behavior were not affected by reserpine treatment, contextual fear conditioning was impaired. Together with previous studies, these results suggest that mild monoamine depletion would preferentially induce deficits in tasks involved with emotional contexts. Possible relationships with cognitive and emotional processing deficits in Parkinson disease are discussed