Search results

From BoofCV
Jump to navigationJump to search
  • new ConfigFastHessian(1, 2, 200, 1, 9, 4, 4), null, null, imageType); ...omography2D_F64(scale, 0, colorA.width/4, 0, scale, colorA.height/4, 0, 0, 1);
    9 KB (1,055 words) - 15:54, 17 January 2022
  • ...three examples. In BoofCV there are often three ways to invoke a function; 1) procedural, 2) generalized, and 3) abstracted. BlurImageOps.gaussian(input, blurred, -1, blurRadius, null);
    9 KB (1,198 words) - 16:05, 17 January 2022
  • private GrayS16 derivX = new GrayS16(1,1); private GrayS16 derivY = new GrayS16(1,1);
    6 KB (816 words) - 15:23, 15 July 2023
  • ...hich form a "ring", that is that when traversed from image 1 -> 2 - > 3 -> 1 you wind up FactoryAssociation.greedy(new ConfigAssociateGreedy(true, 0.1), scorer);
    6 KB (743 words) - 13:31, 17 January 2022
  • ...optical flow is very computationally expensive. Just process the image at 1/2 resolution PanelGridPanel gui = new PanelGridPanel(1, 2);
    3 KB (390 words) - 10:41, 12 July 2021
  • background.setUnknownValue(1); // storage for segmented image. Background = 0, Foreground = 1
    6 KB (649 words) - 14:13, 12 July 2021
  • ...er = FactoryDetectPoint.createShiTomasi(new ConfigGeneralDetector(1000, 5, 1), null, derivType); InterestPointDetector detector = FactoryInterestPoint.wrapPoint(corner, 1, imageType, derivType);
    4 KB (418 words) - 13:58, 17 January 2022
  • // Make the image scaled from 0 to 1 to reduce overflow issues boxImage.set(xx, yy, 1.0f/(15*15));
    5 KB (619 words) - 11:55, 12 July 2021
  • // Camera matrix for view-1, P1, is going to be identity // Scale is arbitrary so let's make it norm of 1
    4 KB (500 words) - 13:03, 12 July 2021
  • associateThree.detectFeatures(gray02, 1); configRansac.inlierThreshold = 1;
    4 KB (486 words) - 17:31, 17 January 2022
  • BlurImageOps.gaussian(input,output,-1,3,storage); ...lter<ImageFloat32> filter = FactoryBlurFilter.gaussian(ImageFloat32.class,-1,3);
    6 KB (923 words) - 05:04, 6 October 2011
  • {| cellpadding="5" cellspacing="0" border="1" | Reference || 1.0.9 || C++ || No || http://www.vision.ee.ethz.ch/~surf/
    13 KB (1,854 words) - 12:39, 25 September 2014
  • GrayU8 gray = new GrayU8(1,1);
    4 KB (707 words) - 18:41, 3 January 2017
  • viewer.setCameraToWorld(new Se3_F64(rotY, new Vector3D_F64(0.75, 0, 1.25)).invert(null)); var gui = new PanelGridPanel(1, imagePanel, viewerComponent);
    5 KB (604 words) - 15:45, 17 January 2022
  • original.append(new Point3D_F64(i, i + 1, -i));
    2 KB (244 words) - 15:09, 12 July 2021
  • Example File: [https://github.com/lessthanoptimal/BoofCV/blob/v1.1.0/examples/src/main/java/boofcv/examples/calibration/ExampleCalibrateMonocu ...circleRegularGrid(null, new ConfigGridDimen(/*numRows*/ 8, /*numCols*/ 10, 1.5, 2.5));
    5 KB (577 words) - 19:05, 9 September 2023
  • * In BoofCV, scene recognition [1] refers to the problem of trying to identify photos of the same scene (not * [1] As far as I can tell there is no universal terminology for this specific s
    5 KB (680 words) - 17:41, 2 September 2022
  • ...AztecGenerator.renderImage(/* pixel per square */ 10, /* border squares */ 1, marker);
    2 KB (257 words) - 17:31, 2 September 2022
  • | generics || Allows strong typing in abstracted code. Introduced in Java 1.5. Click [http://docs.oracle.com/javase/tutorial/java/generics/index.html BufferedImage out = VisualizeImageData.grayMagnitude(derivX,null,-1);
    11 KB (1,505 words) - 14:02, 21 April 2017
  • ...F = ExampleComputeFundamentalMatrix.robustFundamental(matches, inliers, 0.1); DMatrixRMaj H = MultiViewOps.createProjectiveToMetric(K, v.x, v.y, v.z, 1, null);
    10 KB (1,204 words) - 17:34, 17 January 2022

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)