python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
fmincon function in Matlab
I wrote the following formula in order to solve a minimization problem. But when I run the code, I always get the following error:
Error using barrier
Objective function is undefined at initial point....
gillesfg
Votes: 0
Answers: 0
Calibration of Phone Compass programmatically
Is there a way in Android Studio to calibrate the sensors of a mobile phone programmatically ?
So i have been building an AR Application that makes use of magnetic compass to get user orientation (get...

DEEPAK GUPTA
Votes: 0
Answers: 0
Parameters for cv.stereoCalibrate() to calculate R and T with undistorted images
i'm trying to calibrate two different cameras and get the extrinsics. I've used cv.cameraCalibrate() to get the intrinsics of both cameras and i want to use
cv.stereoCalibrate(objectPoints, imagePoint...
Teegrammer
Votes: 0
Answers: 0
Correct way to use calibrated Classifer with pipeline
I train a model as follows:
X_train, X_test, y_train, y_test = train_test_split(X, y, stratify=y, test_size=0.1, random_state=random_state_split_data)
X_train, X_validation, y_train, y_validation = tr...
Maths12
Votes: 0
Answers: 0