
Closed
Posted
Paid on delivery
I’m building an in-house setup that measures fabric length, width and overall size straight from a live camera feed. I already have the camera hardware in place; what I’m missing is a reliable Python solution—preferably based on OpenCV or a similarly robust library—that can: • Detect the edges of the fabric in each frame, • Convert pixel counts to real-world units using a reference marker, and • Return clear text output with the exact dimensions for every sample we capture. Accuracy is critical; the readings need to stay consistent even if lighting shifts slightly or the cloth pattern varies. A short calibration routine at start-up is fine as long as it’s quick and repeatable. Deliverables 1. Well-commented Python code (stand-alone or Jupyter notebook) that connects to the camera, performs real-time processing, and prints the length and width. 2. A brief README explaining camera settings, calibration steps, and any third-party modules used. 3. Sample test run or short video/GIF that proves consistent dimension reporting. I’m happy to test early builds on my machine, so incremental commits are welcome.
Project ID: 40646741
46 proposals
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
46 freelancers are bidding on average ₹9,775 INR for this job

The OpenCV part is straightforward; the difficult part is making the measurement reliable when the fabric, lighting and camera geometry change. I’d approach this as a calibrated measurement system rather than simply detecting the largest contour. I’d first establish the camera-to-surface geometry and reference-marker calibration, then build the fabric segmentation/edge pipeline and convert the measured contour into real-world units. If the camera is fixed and the fabric remains on a defined plane, perspective correction and calibration can make the measurements much more repeatable. I’d also use multi-frame validation/outlier handling where useful so the reported dimension is stable rather than dependent on one noisy frame. The final Python implementation would include the live camera processing, startup calibration, clear dimension output, configuration/README and a test recording demonstrating consistency across samples. Before I commit to an accuracy target, could you share a photo of the camera setup and tell me the required tolerance, such as ±1 mm or ±5 mm? Those two details will determine the right calibration approach.
₹7,000 INR in 7 days
7.7
7.7

Hey there Glane here, I can develop a real-time Python/OpenCV fabric measurement system that detects fabric boundaries from the camera feed, uses a reference marker for pixel-to-real-world calibration, and reports accurate length, width, and overall dimensions for each sample. I’ll include a quick repeatable calibration routine, lighting/pattern-tolerant preprocessing, edge/contour detection, measurement validation, and clear on-screen/text output. You’ll receive well-commented standalone Python code or a Jupyter Notebook, a concise README covering camera settings, calibration and dependencies, plus a sample test run/video demonstrating consistent dimension reporting.
₹4,500 INR in 1 day
5.7
5.7

Hi, I can build a Python and OpenCV solution to detect fabric edges, calibrate pixel measurements to real world dimensions, and provide consistent length and width readings from your live camera feed. I have 3+ years of experience with Python, computer vision, and automation, and can provide clean code, calibration instructions, testing, and a working demonstration. Best regards, Huzaifa
₹15,000 INR in 7 days
5.3
5.3

Hi, I’m Albert, a Python developer with experience in computer vision, machine learning, and image processing. This project is a strong match for my background because it combines real-time camera processing with practical measurement and calibration. I can build a Python/OpenCV solution that processes the live camera feed and estimates the fabric dimensions in real-world units. My proposed approach would include: • Real-time frame acquisition from the existing camera • Image preprocessing to reduce the effect of lighting variations and fabric texture • Fabric/edge segmentation using appropriate thresholding, edge detection, contours or other CV techniques depending on the sample images • Detection of the fabric boundaries and measurement region • Reference-marker based calibration to convert pixels into real-world units • Calculation of length and width for each captured sample • A simple and repeatable startup calibration routine • Filtering/smoothing across frames to improve measurement stability • Clear text output containing the measured dimensions • Configurable camera and processing parameters I would design the system so that calibration is separated from the measurement pipeline. This makes it easier to recalibrate if the camera position, lens, working distance or reference marker changes. For robustness, I would test the processing against different fabric patterns and moderate lighting changes rather than relying on a single ideal image. If the camera setup allows it, I can also use perspective correction to reduce measurement errors caused by the camera angle. Deliverables: 1. Standalone Python/OpenCV application or Jupyter notebook 2. Real-time camera processing 3. Reference-marker calibration routine 4. Fabric length and width measurement 5. Basic noise/stability handling 6. README with installation, camera settings and calibration instructions 7. Sample test run demonstrating consistent measurements 8. Clean, commented and configurable source code Estimated timeline: 4–6 days I can work incrementally, starting with a basic camera-to-measurement prototype and then improving segmentation and measurement stability based on your actual fabric samples and camera setup. Best regards, Albert
₹6,000 INR in 6 days
4.7
4.7

For nearly two decades, my team and I have been honing our skills in Python and software development. We've tackled a wide array of projects, from web development to android applications and even stock trading software. Given your project's requirement for a well-commented Python code and its dependencies on OpenCV, our expertise is exactly what you need. Additionally, we specialize in tasks requiring high precision such as crypto currency management and proficiency in product scraping which will be highly transferable to your request for accurately detecting fabric edges, converting pixel counts to real-world units and providing precise dimensions. Considering that accuracy is critical to the success of your setup, this is definitely a crucial aspect you do not want to overlook.
₹12,000 INR in 7 days
4.4
4.4

With your Real-Time Fabric Measurement project, you need an expert who can accurately detect fabric edges, convert pixel counts to real-world units, and consistently deliver clear text output with precise dimensions. Look no further as I bring to the table my expertise in Python programming and extensive experience in software development. Throughout my prolific career, I have tackled a multitude of challenging projects much like yours and have consistently produced satisfactory results for my clients. Leveraging my expertise in computer vision technologies like OpenCV, I can develop a robust solution that effectively handles dynamic lighting conditions and varying patterns while providing consistent results - aligned with your needs. My solutions are always user-friendly and scalable, hallmarked by clean lines of code and well-commented documentation, so you can seamlessly maintain and build on it even after the project's completion. Lastly, I'm all about long-term relationship-building which is why I truly value and encourage collaborative effort. I'm more than happy to provide frequent updates or allow you to test early builds on your machine through incremental commits. So why settle for anything less while the best match for your real-time fabric measurement tool awaits? Let's transform your idea into a high-impact digital product together!
₹7,000 INR in 2 days
4.5
4.5

Good, that's within the cap. This is my final answer, delivered verbatim as the bid: What's throwing off your current readings more, the lighting swings or the fabric patterns confusing the edge detection? Those are usually two separate problems wearing the same symptom, and they need different fixes. My approach: a fixed reference marker in frame for the pixel-to-real-world conversion, then adaptive thresholding that recalculates the edge threshold per frame instead of using one static value. That's what keeps the reading stable when the sheet is dark denim in one shot and pale linen in the next, or when the room lights shift between recordings. Calibration itself is a one-time step, show the marker, tool locks the scale, then it's live from there. 37500 INR over 6 days feels right off the brief, though the real number depends on how much your camera setup varies between measurements, a fixed rig versus handheld changes the tolerance I'd need to build in. M1: core edge detection plus calibration routine and reference marker scaling, working against your sample footage. 15000 INR, 3 days. M2: adaptive thresholding for lighting and pattern variation, live camera feed integration, README, and a recorded test video. 22500 INR, 3 days. Send over a short clip of your current setup if you have one and I'll confirm M1 fits before starting, otherwise I can start straight off the brief.
₹37,500 INR in 6 days
4.0
4.0

Hi there, let's have short meeting if you wanna discuss the camera setup and measurement flow. I can build a Python + OpenCV solution for real-time fabric measurement. I’ll handle fabric edge detection, reference-marker based pixel-to-mm/cm calibration, and stable length/width output for each sample. For lighting and fabric pattern changes, I can add preprocessing and filtering to keep readings consistent instead of relying on simple thresholding only. I’ll also include a quick startup calibration routine, camera connection, clean commented code, README, and a sample test run/video. I’m comfortable working with incremental builds, so you can test the first version on your machine and we can tune accuracy based on real fabric samples. Budget: $100 Timeline: 5 days
₹10,000 INR in 5 days
2.7
2.7

With over 9 years of experience as a software developer, I have gained extensive knowledge and practical skills that directly align with the requirements of your project. My proficiency in Python programming, specifically using OpenCV and other robust libraries, makes me well-equipped to deliver the real-time fabric measurement tool you seek. Additionally, I have a comprehensive understanding of automation which plays a vital role in your project. One of my greatest strengths is my unfaltering attention to detail combined with the ability to create reliable solutions even in challenging circumstances. These traits prove essential for ensuring consistent and accurate measurements despite changes in lighting conditions or variations in cloth patterns, as required by your project. Furthermore, I take pride in my well-planned and properly-commented coding style; you can expect clear text output and correct conversion of pixel counts to real-world units using a reference marker with my solution. By entrusting this project to me, you'll not only receive a fully functional tool but also detailed documentation to navigate through the calibration process seamlessly. Get ready to be amazed by the strides forward we will make together!
₹17,000 INR in 7 days
2.0
2.0

Hi — real-time fabric measurement from a live feed is a classic OpenCV pipeline, and the two things that make or break accuracy are exactly what you flagged: lighting drift and pattern variation. My approach: 1. Calibration (quick + repeatable): a printed ArUco marker/checkerboard in-frame at startup gives pixels-per-mm; lens distortion corrected once and stored, so daily startup is "show the marker, press Enter". 2. Robust edge detection: adaptive thresholding + background subtraction against your table surface (not a single Canny threshold, which breaks when lighting shifts), contour extraction with minAreaRect — patterned cloth still segments cleanly. 3. Measurement: per-frame length/width from the rectified contour, median-filtered over N frames to kill jitter — consistent readings printed as clear text (CSV-loggable per sample). 4. Deliverables per your list: commented standalone Python (Jupyter-runnable), README covering camera settings + calibration + modules, and a short video/GIF proving consistent readings. Incremental commits so you can test each build on your machine. I run CWC Technologies (4.9★, 87 reviews) — Python/OpenCV measurement and image-processing tools are familiar work. Which camera model are you using, and is it fixed above the table at a constant distance? Saurabh
₹8,300 INR in 7 days
2.2
2.2

Your camera side is already in place, so what I'd build is the measuring layer on top of it: an OpenCV pipeline that pulls the fabric contour out of each frame and converts pixels to real units through a reference marker of known size (a printed ArUco tag, or a plain square of known width if you'd rather not print anything). On the two points you called critical: - Lighting shifts — the fabric is segmented in a lighting-invariant channel with adaptive thresholding instead of fixed RGB cutoffs, then the edge is refined, so a brighter or dimmer room doesn't move the boundary. - Pattern variation — the measurement runs on the outer contour, not on texture, so prints, checks and stripes don't split one piece of cloth into several. - Calibration — a startup routine of roughly ten seconds: show the marker once, the script stores the px-per-mm ratio and reuses it for the session. Before I write the full thing, one concrete first step: send me three to five frames or a short clip off your actual camera, plus the true length and width of one sample measured by hand. I'll come back with what my code reads on those frames and the error in millimetres, so you judge the accuracy on your fabric and your lighting rather than on my demo footage. What lands at the end: commented Python (standalone script, or a notebook if that suits you better), a README covering camera settings, the calibration steps and every third-party module used, and a recorded test run showing repeated captures of the same sample staying consistent. I work in small increments, so you can test builds on your machine as they arrive. Background, briefly: one completed project on this account, rated 5 out of 5, delivered on time and on budget, and 12 merged pull requests into third-party open-source projects (mostly a 182-star Go security tool), each reviewed and accepted by the maintainers. Price 6500 INR, 5 days. Petro Pankov, BotCraft Group
₹6,500 INR in 5 days
1.5
1.5

Hi, I can build this real-time fabric measurement solution using Python and OpenCV. I’ll implement reliable fabric edge/contour detection, reference-marker calibration and pixel-to-real-world conversion, with preprocessing to handle moderate lighting and fabric-pattern variations. The system will connect directly to your live camera, process frames in real time and return clear length and width measurements. I’ll also include a quick repeatable calibration routine, well-commented code, README with setup instructions, and a sample test run/video demonstrating consistent measurements. I can start with an initial camera-processing prototype and refine the detection based on your actual fabric samples and camera setup.
₹1,500 INR in 7 days
1.0
1.0

I can build this fabric measurement system in Python using OpenCV and deliver accurate, repeatable real-world dimensions from the live camera feed. My approach: • Calibrate the camera using your reference marker to establish pixel-to-real-world scaling • Detect fabric edges using robust preprocessing, thresholding/segmentation and contour analysis • Handle moderate lighting and fabric-pattern variations with adaptive processing • Calculate length, width and overall dimensions for each detected sample • Add a quick startup calibration routine for repeatable measurements • Optimize the processing pipeline for real-time camera operation • Test against sample measurements and tune accuracy based on your feedback Deliverables: • Well-commented Python/OpenCV source code • Real-time camera measurement system • Calibration procedure • README with setup, camera settings and dependencies • Sample test results/video demonstrating consistent measurements I can start immediately and provide incremental builds for testing. Please visit my Freelancer profile and portfolio to review my previous Computer Vision, Python and AI work.
₹2,000 INR in 7 days
1.3
1.3

Hello There, Couple of quick question: Will the fabric measurement be done from a live camera feed, and do you already have a fixed camera setup with a known reference/calibration object for converting pixels into accurate real-world measurements? Do you need the tool to automatically detect the fabric edges and continuously display length/width measurements, or should the user be able to manually correct the detected boundaries when the fabric is folded, stretched, or partially occluded? We have experience in developing real-time computer-vision measurement tools using OpenCV, camera calibration, image processing, edge/contour detection, object segmentation, pixel-to-real-world conversion, and live measurement overlays for accurate fabric dimensions. Our company has 17+ years experience in IT service development. You might see our profile is new, but not new in this business. Kindly open the chatroom, we can discuss your requirement in detail. Also release the payment once we are finish the task as you prefer. Give us a opportunity and we won't fail you. Thanks, Sandeep K.
₹1,500 INR in 7 days
0.2
0.2

Hi, At first glance, this looks straightforward but there’s usually one part that causes issues later. Happy to share a quick plan if you're open to it. Regards, Rajesh
₹7,000 INR in 7 days
0.0
0.0

I recently helped a service business reach clear growth and efficiency. I will help you achieve similar results for your project, with simple, scalable solutions. You asked for a reliable Python solution that leverages OpenCV to accurately measure fabric dimensions from a live camera feed. I offer web design, development, and automation, with a proven track record of 75+ 5-star reviews on similar projects and rank in the top 1% among 75 million users! My approach includes edge detection, real-world unit conversion, and a quick calibration routine for consistent readings under varying conditions. You’ll receive well-commented Python code, a comprehensive README, and a sample test run to validate results. Message me and let’s map a next step. I'd love to chat about your project; the worst that can happen is you walk away with a free quotation!
₹6,250 INR in 7 days
0.0
0.0

Hi, I can develop a reliable Python/OpenCV-based real-time fabric measurement system that detects the fabric edges from your live camera feed and converts pixel measurements into accurate real-world length and width using a quick calibration/reference marker. I have experience with **Python, OpenCV, image processing, camera calibration, contour/edge detection, and computer vision**, including handling variations in lighting and object patterns. **Deliverables:** * Real-time camera processing with fabric edge detection * Length and width measurement in mm/cm * Quick startup calibration using a reference marker * Lighting/pattern-tolerant image preprocessing * Clean, well-commented Python code / Jupyter notebook * README with camera settings, calibration and dependencies * Sample test run/video demonstrating consistent measurements * Incremental builds for testing and refinement I can start with a working prototype first, validate it against your actual camera/fabric samples, and then improve accuracy and stability based on test results. I’m available to start immediately.
₹7,000 INR in 7 days
0.0
0.0

Hello, I can build a reliable Python/OpenCV solution that measures fabric dimensions directly from your live camera feed, with a quick repeatable calibration routine and robust handling of moderate lighting/pattern variations. I’ll handle: • Real-time camera capture and frame processing • Fabric edge/contour detection for length and width • Reference-marker calibration to convert pixels into real-world units • Noise reduction and thresholding tuned for fabric variations • Stable measurements across consecutive frames • Clear dimension output for every captured sample • Quick startup calibration workflow • Well-commented standalone Python code or Jupyter notebook • README covering camera settings, calibration and dependencies • Sample test run/video demonstrating consistent readings I’ll structure the detection pipeline so calibration and image-processing parameters can be adjusted without rewriting the core application. I’ll also validate measurements against known reference dimensions during testing rather than relying on a single successful frame. I’m ready to work incrementally with your camera setup and can start with an early prototype for calibration + edge detection before refining accuracy and stability.
₹12,000 INR in 7 days
0.0
0.0

Hi, I can build a reliable Python/OpenCV solution that connects directly to the camera, detects the fabric edges, and converts pixel measurements into real-world length and width using a reference marker. I’ll include a quick calibration routine, clear and well-commented code, and a README with setup and calibration instructions. I’ll also test the solution under slight lighting and fabric-pattern variations and provide a sample run/video demonstrating consistent measurements. I can deliver the complete solution within 4 days.
₹1,500 INR in 4 days
0.0
0.0

As a Senior Full-Stack & App Developer with over five years of hands-on experience in building robust systems, your Real-Time Fabric Measurement tool is an exciting project that perfectly aligns with my skill set. I specialize in developing clean and maintainable code which is essential for ensuring accurate and consistent measurements in a dynamic environment like fabric measurement. My strong foundation in Python, particularly with OpenCV, will be crucial for detecting fabric edges and converting pixel counts to real-world measurements effectively. One of the key elements that set me apart is my thorough approach to testing. For your project, this means running multiple experiments and evaluating different lighting patterns and cloth variations to develop a calibration routine that is both quick and repeatable. You can expect incremental commits from me so you can test early builds on your machine to ensure we are on the right track. In addition to providing well-commented Python code and README documentation, I can deliver a concise video that demonstrates the reliability and consistency of the measurement tool's output—all while meeting your need for real-time processing. What makes my technical solutions reliable is my focus on robust architecture combined with extensive testing from UI to backend development. Choose me to help you materialize this idea into a sophisticated application that excels at the most intricate fabric measurements - Let's get started!
₹7,000 INR in 7 days
0.0
0.0

Bangalore, India
Payment method verified
Member since Jul 26, 2022
₹1500-12500 INR
₹600-1500 INR
₹12500-37500 INR
₹600-1500 INR
₹12500-37500 INR
$70-75 USD
$30-250 NZD
$30-250 CAD
₹600-1500 INR
$10-11 AUD
$30-250 USD
₹1500-12500 INR
₹600-1500 INR
₹1500-12500 INR
min $50 USD / hour
$3000-5000 AUD
$250-750 USD
$10-30 USD
₹600-1500 INR
₹600-1500 INR
€12-18 EUR / hour
₹12500-37500 INR
$250-750 USD
$8-15 USD / hour
$250-750 USD