15 Jun 2022
Preserve and Add Edge & Node Level Attributes in Networkx Diagraph
If you are looking for a way to add the node and edge level attribute to contain basic data properties to use it while processing and developing the graph algorithms. This piece of code is for you. Find below the python code that elaborated how to add node and edge level attributes. import networkx as
11 Jun 2022
Benchmark Datasets with Ground Truths for Clustering
It is very common among researchers or graduate students who are working on clustering papers to consider only a small number of datasets, which obviously is too few to make any evaluations rigorous enough. The other reason is that most of datasets are boring and there is really anything of significant in them. Other type
09 Jun 2022
Futuristic Projects Ideas
One can work on any of the following projects. Many of these ideas have already been implemented in real world scenario but one could find the different way to implement much more smartly. Smart traffic signals to optimize traffic flow to reduce congestion This project aims at building a system for equitable distribution of traffic
02 Jun 2020
Image Pyramid – Expanding Image
Image pyramid is widely used in computer vision which allow us to convert an image / frame to a different size ( smaller or larger ) than its original size. There are two possible method available in openCV which allow us to up size and down size an image. A collection of images, all of
02 Jun 2020
Mathematical Morphology – Opening and Closing, Top Hat, Black Hat, Gradient in OpenCV
We discussed dilation and erosion in previous article where we discussed that one expands the object pixels and the other shrinks them. What if we combine these operations? Fine these interesting details written below. Opening An erosion operation followed by dilation operation with the same structuring element is known as opening operation. An opening removes
05 Feb 2020
ECG or heartbeat datasets
I have gone through all possible open source ECG datastes available for classification problem. The idea of this blog post is to share this useful information with research community. It includes the details about the open source ECG datasets i have found and are useful to train a model. You guys can also share some
29 Jan 2020
How to use HRV Explorer camera measurement accurately??
HRV Explorer heart rate variability measurements can tell you a lot about changes happening in your body. You need to pay great attention when using a camera based heart rate monitor as these gadgets are highly sensitive and camera measurement highly depends on your behavior during the reading (reading time around 2 minutes). If you
26 Jan 2020
Heart Rate Variability (HRV) and personalize care using smartphone camera
The cardiovascular diseases are major cause of mortality across the globe contributing 31% of global death burden [1]. The electrocardiography (ECG) is used to detect abnormalities in the cardiac rhythms during the onset of cardiovascular problems [2], mostly diagnosed when damage has been already done. It is evident that rhythms of heart started to change
18 Dec 2019
Image Pyramid – Expanding Image
Image pyramid is widely used in computer vision which allow us to convert an image / frame to a different size ( smaller or larger ) than its original size. There are two possible method available in openCV which allow us to up size and down size an image. A collection of images, all of
18 Dec 2019
Opencv 3 installation on windows 10 and configure with visual studio 2012
Opencv 3 installation procedure on window 10 is as follows. Step1:Download windows version of opencv from www.opencv.org Step2: Extract into a folder Step3: Configure opencv with Visual studio Set envirenment Vairable variable name: OPENCV3_DIR value: D:\\development\opencv\build\x86\vc11 Set Path: %OPENCV_DIR%\bin Configure visual studio for opencv project C/C++ additional include directories $(OPENCV3_DIR)\..\..\include linker