6 Questions 7 Answers 0 Followers
Questions related from Danishtah Quamar
I have 2D thermal image data. How to extract the features such as standard deviation, mean, entropy, skewness, kurtosis, mean absolute deviation from thermal image data?
20 July 2022 6,266 4 View
According to paper Evaluation of thermography image data for machine fault diagnosis How to obtain the grey level value at each pixel (figure 4) in the thermal image?
05 July 2022 4,800 4 View
I have thermal images captured from infrared thermal camera (FLIR; model:A655sc). I have to perform 2D DWT over the thermal image as the 2D DWT takes input as values.
01 January 1970 458 1 View
When I draw parts on solidwork and extrude it then the part is not visible, only shadow view is there. How to fix this issue?
01 January 1970 2,008 1 View
I am trying to write R^2=0.8 over the python graph with help of code plt.text(0.3, 0.5, '$R^2$' ==0.8, fontsize = 22) 'False' come over the graph. When I write plt.text(0.3, 0.5, '$R^2$',...
01 January 1970 1,225 2 View
I am trying to plot the scatter and fitting line plot with below code sns.regplot(x='np.array(Y_test)',y='model.predict(X_test)') plt.show() Error is showing Must pass `data` if using named...
01 January 1970 5,363 3 View